Condition Coverage

blib/lib/Catmandu/Util/Path.pm
Criterion Covered Total %
condition 5 8 62.5


and 3 conditions

line !l l&&!r l&&r condition
20 0 1 3 is_string($path) && $path =~ m[^\$[\./]]

or 2 conditions

line l !l condition
26 0 589 $path_type //= "simple"

or 3 conditions

line l !l&&r !l&&!r condition
28 496 93 0 $class_cache->{$path_type} ||= require_package($path_type, "Catmandu::Path")