| blib/lib/Range/Object.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 18 | 72.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 257 | 0 | 1288 | 15 | $separator and $item =~ /$separator/ |
| 331 | 476 | 806 | 220 | $value ge $range_ref->{'start'} && $value le $range_ref->{'end'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 174 | 0 | 36 | 0 | $separator ||= $self->_list_separator |
| 187 | 0 | 42 | 0 | $separator ||= $self->_list_separator |
| 262 | 1 | 2 | 1285 | not defined $item or $item eq '' |
| 3 | 16 | 1269 | not defined $item or $item eq '' or not $item =~ /$pattern/ |