blib/lib/Aniki/Plugin/RangeConditionMaker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 20 | 80.0 |
line | true | false | branch |
---|---|---|---|
15 | 68 | 10 | unless exists $range->{$type} |
17 | 0 | 10 | unless ref $range->{$type} eq 'HASH' |
21 | 4 | 6 | if ($type eq 'lower' or $type eq 'gt') { } |
4 | 2 | elsif ($type eq 'upper' or $type eq 'lt') { } | |
1 | 1 | elsif ($type eq 'ge') { } | |
1 | 0 | elsif ($type eq 'le') { } | |
34 | 0 | 10 | unless $func |
39 | 0 | 10 | if ref $range_condition->{$column} |
43 | 1 | 9 | exists $total_range_condition{$column} ? : |
48 | 9 | 4 | %total_range_condition ? : |