blib/lib/Path/Resource/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 24 | 45.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 1 | 0 | 93 | blessed $dir and $dir->isa('Path::Class::Dir') |
43 | 40 | 0 | 54 | blessed $uri and $uri->isa('URI') |
56 | 37 | 0 | 54 | blessed $loc and $loc->isa('Path::Abstract') |
96 | 1 | 0 | 0 | blessed($_[0]) and $_[0]->isa('URI') |
114 | 0 | 1 | 0 | 1 == @_ and blessed($_[0]) |
1 | 0 | 0 | 1 == @_ and blessed($_[0]) and $_[0]->isa('Path::Abstract') | |
132 | 0 | 1 | 0 | 1 == @_ and blessed($_[0]) |
1 | 0 | 0 | 1 == @_ and blessed($_[0]) and $_[0]->isa('Path::Class::Dir') |