| blib/lib/Mojo/Util/Collection/Comparator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 1 | 3 | 4 | $self->gt($search, $min) && $self->lt($search, $max) |
| 240 | 53 | 0 | 24 | not $self->can($method) and $self->specials->{$method} |
| line | l | !l | condition |
|---|---|---|---|
| 258 | 33 | 0 | $a || '' |
| 33 | 0 | $b || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 273 | 198 | 0 | 0 | defined $a || defined $b |