Code coverage for Solidity smart-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
solidity-coverage/test/sources/solidity/contracts/conditional
cgewecke a6674c66fe
Fix chained ternary conditionals instrumentation (#830)
10 months ago
..
and-condition.sol Add coverage for ternary conditionals (#587) 3 years ago
chained-multiline.sol Fix chained ternary conditionals instrumentation (#830) 10 months ago
chained-singleline.sol Fix chained ternary conditionals instrumentation (#830) 10 months ago
chained-true.sol Fix chained ternary conditionals instrumentation (#830) 10 months ago
chained-with-parens.sol Fix chained ternary conditionals instrumentation (#830) 10 months ago
declarative-exp-assignment-alternate.sol Update tests for solc 0.7.x (#582) 3 years ago
identifier-assignment-alternate.sol Update tests for solc 0.7.x (#582) 3 years ago
mapping-assignment.sol Update tests for solc 0.7.x (#582) 3 years ago
multiline-alternate.sol Update tests for solc 0.7.x (#582) 3 years ago
multiline-consequent.sol Update tests for solc 0.7.x (#582) 3 years ago
or-always-false-condition.sol Add coverage for ternary conditionals (#587) 3 years ago
or-condition.sol Add coverage for ternary conditionals (#587) 3 years ago
sameline-alternate.sol Update tests for solc 0.7.x (#582) 3 years ago
sameline-consequent.sol Update tests for solc 0.7.x (#582) 3 years ago
ternary-with-unbracketed-else.sol Perform ternary conditional injections before branch injections (#828) 10 months ago
unbracketed-condition.sol Add coverage for ternary conditionals (#587) 3 years ago
unbracketed-or-condition.sol Add coverage for ternary conditionals (#587) 3 years ago
variable-decl-assignment-alternate.sol Update tests for solc 0.7.x (#582) 3 years ago