Condition Coverage

blib/lib/exact.pm
Criterion Covered Total %
condition 16 33 48.4


and 3 conditions

line !l l&&!r l&&r condition
47 2 0 1 $opt =~ /^:?v?5?\.?(\d+)/u and $1 >= 10
105 0 18 0 grep {$_ eq "try";} @$features_available and grep({$_ eq 'notry';} @functions) || grep({$_ eq 'trytiny';} @functions)
111 18 0 0 $perl_version < 36 and not grep({$_ eq "notry";} @functions)
18 0 0 $perl_version < 36 and not grep({$_ eq "notry";} @functions) and not grep({$_ eq "trytiny";} @functions)
143 1 0 1 $is_exact_extension and $class->can("import")
145 0 1 1 not $no_parent and index($class, "exact::") != 0
222 0 0 3 $original_import and ref $original_import eq "CODE"

or 3 conditions

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