| blib/lib/Test/Simpler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 24 | 79.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 157 | 1 | 0 | 1 | $next_symbol->isa("PPI::Token::Symbol") and $value_for{$next_symbol->content} |
| 234 | 1 | 3 | 1 | defined($got_code_value // $expected_code_value) and not @symbol_names |
| 237 | 4 | 0 | 1 | defined $got_code_value and $got_code_value ne $got_code |
| 240 | 1 | 2 | 2 | defined $expected_code_value and $expected_code_value ne $expected_code |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 86 | 20 | 0 | 53 | $target->isa("PPI::Token::Operator") or $target->isa("PPI::Token::Structure") |
| 123 | 6 | 4 | 0 | $desc //= $test_code |
| 150 | 1 | 1 | 0 | $next_symbol->isa("PPI::Token::Word") or $next_symbol->isa("PPI::Token::Symbol") |
| 234 | 1 | 3 | 1 | $got_code_value // $expected_code_value |