blib/lib/File/System/Real.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 18 | 61.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
261 | 0 | 0 | 10 | ($type eq 'f' || $type eq 'd') && !$self->exists($path) |
410 | 217 | 0 | 279 | -d $$self{'fullpath'} and $force |
217 | 0 | 0 | -d $$self{'fullpath'} and $self->has_children |
line | l | !l | condition |
---|---|---|---|
41 | 13 | 0 | $args{'root'} ||= '.' |
329 | 62 | 434 | shift() || 0 |
370 | 31 | 217 | shift() || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
73 | 783 | 82 | 0 | shift() || $self->path |