| blib/lib/Test/Differences.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 19 | 29 | 65.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 302 | 35 | 0 | 0 | $has_test_pm and not $has_builder_pm | 
| 303 | 0 | 0 | 35 | not $has_test_pm and $has_builder_pm | 
| 305 | 0 | 0 | 0 | $has_test_pm and $has_builder_pm | 
| 361 | 10 | 21 | 4 | @_ > 2 and ref $_[-1] | 
| 365 | 6 | 1 | 28 | $types[0] && $types[1] | 
| 409 | 0 | 27 | 8 | !(defined $unknown_value_in_got || defined $unknown_value_in_expected) && join($joint, @$got) eq join($joint, @$expected) | 
| line | l | !l | condition | 
|---|---|---|---|
| 373 | 2 | 16 | $data_type ||= "text" | 
| 374 | 18 | 17 | $data_type ||= "data" | 
| 376 | 0 | 35 | $filename_a ||= "Got" | 
| 377 | 0 | 35 | $filename_b ||= "Expected" | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 373 | 16 | 1 | 18 | ref $vals[0] or ref $vals[1] |