| 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 | 2 | 3 | 1 | defined($got_code_value // $expected_code_value) and not @symbol_names | 
| 237 | 5 | 0 | 1 | defined $got_code_value and $got_code_value ne $got_code | 
| 240 | 2 | 2 | 2 | defined $expected_code_value and $expected_code_value ne $expected_code | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 86 | 24 | 0 | 69 | $target->isa('PPI::Token::Operator') or $target->isa('PPI::Token::Structure') | 
| 123 | 8 | 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 | 2 | $got_code_value // $expected_code_value |