| blib/lib/Dir/Split.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 267 | 0 | 0 | 0 | $prefix eq $self->{'Prefix'} and length $suffix == $self->{'Length'} |
| 0 | 0 | 0 | $prefix eq $self->{'Prefix'} and length $suffix == $self->{'Length'} and $suffix > $continue | |
| 312 | 1 | 1 | 7 | $copied < $self->{'Limit'} and @$files |
| 379 | 14 | 0 | 0 | -e $target_file and not $self->{'Override'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 0 | 2 | 0 | ref $class || $class |