| blib/lib/Algorithm/Diff/Apply.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 17 | 70.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 63 | 2 | 0 | 15 | ref $_[0] and ref $_[0] eq 'HASH' |
| 386 | 47 | 0 | 18 | defined $hash1 and defined $hash2 |
| line | l | !l | condition |
|---|---|---|---|
| 265 | 9 | 8 | $opt{'resolver'} || \&mark_conflicts |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 137 | 4 | 0 | 13 | $opt{'optimisers'} or $opt{'optimizers'} |
| 239 | 117 | 16 | 84 | not defined $lo_start or $start < $lo_start |
| 263 | 17 | 0 | 0 | $args{'target'} || confess('"target" not specified') |