Condition Coverage

blib/lib/exact.pm
Criterion Covered Total %
condition 14 30 46.6


and 3 conditions

line !l l&&!r l&&r condition
46 2 0 1 $opt =~ /^:?v?5?\.?(\d+)/u and $1 >= 10
102 18 0 0 grep {$_ eq "try";} @$features_available and grep({$_ eq 'notry';} @functions) || grep({$_ eq 'trytiny';} @functions)
108 0 0 18 $perl_version < 36 and not grep({$_ eq "notry";} @functions)
0 0 18 $perl_version < 36 and not grep({$_ eq "notry";} @functions) and not grep({$_ eq "trytiny";} @functions)
140 1 0 1 $is_exact_extension and $class->can("import")
142 0 1 1 not $no_parent and index($class, "exact::") != 0

or 3 conditions

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