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