blib/lib/Sort/Half/Maker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
17 | 4 | 1 | if ($args{'start'}) |
23 | 11 | 1 | unless exists $start_hash{$_} |
28 | 2 | 3 | if ($args{'end'}) |
34 | 6 | 1 | unless exists $end_hash{$_} |
38 | 26 | 26 | if ($start_hash{$left} or $start_hash{$right}) { } |
8 | 18 | elsif ($end_hash{$left} or $end_hash{$right}) { } |