Condition Coverage

blib/lib/exact.pm
Criterion Covered Total %
condition 17 36 47.2


and 3 conditions

line !l l&&!r l&&r condition
48 2 0 1 $opt =~ /^:?v?5?\.?(\d+)/u and $1 >= 10
106 0 20 0 grep {$_ eq "try";} @$features_available and grep({$_ eq 'notry';} @functions) || grep({$_ eq 'trytiny';} @functions)
112 20 0 0 $perl_version < 36 and not grep({$_ eq "notry";} @functions)
20 0 0 $perl_version < 36 and not grep({$_ eq "notry";} @functions) and not grep({$_ eq "trytiny";} @functions)
118 20 0 0 $perl_version < 36 and not grep({$_ eq "nodefer";} @functions)
149 1 0 1 $is_exact_extension and $class->can("import")
151 0 1 1 not $no_parent and index($class, "exact::") != 0
228 0 0 3 $original_import and ref $original_import eq "CODE"

or 3 conditions

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