| inc/Test/Differences.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 22 | 31.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 302 | 2 | 0 | 0 | $has_test_pm and not $has_builder_pm |
| 303 | 0 | 0 | 2 | not $has_test_pm and $has_builder_pm |
| 305 | 0 | 0 | 0 | $has_test_pm and $has_builder_pm |
| 327 | 0 | 2 | 0 | @_ > 2 and ref $_[-1] |
| 339 | 0 | 0 | 2 | $types[0] && $types[1] |
| line | l | !l | condition |
|---|---|---|---|
| 332 | 0 | 2 | $data_type ||= 'text' |
| 333 | 2 | 0 | $data_type ||= 'data' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 332 | 0 | 0 | 2 | ref $vals[0] or ref $vals[1] |