| blib/lib/Data/Section/Pluggable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 8 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 1 | 0 | 1 | is_blessed_ref($self->$attr) and $self->$attr->isa("Path::Tiny") |
| 132 | 39 | 1 | 2 | $self->prefer_filesystem and -f (my $path = $self->prefer_filesystem->child($name)) |
| line | l | !l | condition |
|---|---|---|---|
| 194 | 1 | 0 | $dir // "." |