| blib/lib/Catmandu/Util/Path.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 8 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 0 | 1 | 3 | is_string($path) && $path =~ m[^\$[\./]] |
| line | l | !l | condition |
|---|---|---|---|
| 26 | 0 | 589 | $path_type //= "simple" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 28 | 496 | 93 | 0 | $class_cache->{$path_type} ||= require_package($path_type, "Catmandu::Path") |