Condition Coverage

blib/lib/exact.pm
Criterion Covered Total %
condition 10 27 37.0


and 3 conditions

line !l l&&!r l&&r condition
46 1 0 1 $opt =~ /^:?v?5?\.?(\d+)/u and $1 >= 10
105 17 0 0 grep {$_ eq "try";} @$features_available and grep({$_ eq 'notry';} @functions) || grep({$_ eq 'trytiny';} @functions)
111 0 0 17 $perl_version < 36 and not grep({$_ eq "notry";} @functions)
0 0 17 $perl_version < 36 and not grep({$_ eq "notry";} @functions) and not grep({$_ eq "trytiny";} @functions)
144 0 1 0 not $no_parent and index($class, "exact::") != 0

or 3 conditions

line l !l&&r !l&&!r condition
75 0 1 15 grep({$_ eq 'nofeatures';} @functions) || grep({$_ eq 'nobundle';} @functions)
88 0 0 17 $perl_version < 18 or grep {$_ eq "noskipexperimentalwarnings";} @functions
105 0 0 0 grep({$_ eq 'notry';} @functions) || grep({$_ eq 'trytiny';} @functions)
158 1 0 0 &$use("exact::" . $class, "exact/" . $pm, $caller, $params) or &$use($class, $pm, $caller, $params)