| blib/lib/Aniki/Plugin/RangeConditionMaker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 14 | 78.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 15 | 36 | 8 | unless exists $range->{$type} | 
| 17 | 0 | 8 | unless ref $range->{$type} eq 'HASH' | 
| 20 | 4 | 0 | $type eq 'upper' || $type eq 'lt' ? : | 
| 4 | 4 | $type eq 'lower' || $type eq 'gt' ? : | |
| 27 | 0 | 8 | if ref $range_condition->{$column} | 
| 31 | 1 | 7 | exists $total_range_condition{$column} ? : | 
| 36 | 7 | 4 | %total_range_condition ? : |