blib/lib/Sort/Half/Maker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | l | !l | condition |
---|---|---|---|
15 | 1 | 4 | $args{'fallback'} || sub ($$) { $_[0] cmp $_[1]; } |
44 | 5 | 3 | $end_hash{$left} || 0 |
45 | 6 | 2 | $end_hash{$right} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 18 | 0 | 34 | $start_hash{$left} or $start_hash{$right} |
5 | 0 | 21 | $end_hash{$left} or $end_hash{$right} | |
39 | 18 | 8 | 0 | $start_hash{$left} || keys(%start_hash) + 1 |
40 | 17 | 9 | 0 | $start_hash{$right} || keys(%start_hash) + 1 |