| blib/lib/Path/Resource.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 24 | 29.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 134 | 0 | 39 | 0 | $dir and $file |
| 39 | 0 | 0 | $dir and $file and $path | |
| 0 | 39 | 0 | $dir and $file | |
| 139 | 0 | 0 | 0 | blessed $dir and $dir->isa('Path::Class::Dir') |
| 140 | 0 | 0 | 0 | blessed $file and $file->isa('Path::Class::File') |
| 145 | 39 | 0 | 0 | blessed $dir and $dir->isa('Path::Class::Dir') |
| 158 | 39 | 0 | 54 | blessed $path and $path->isa('Path::Abstract') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 198 | 54 | 0 | 0 | shift() || $self->_path->clone |