blib/lib/exact.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 27 | 37.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
46 | 1 | 0 | 1 | $opt =~ /^:?v?5?\.?(\d+)/u and $1 >= 10 |
102 | 17 | 0 | 0 | grep {$_ eq "try";} @$features_available and grep({$_ eq 'notry';} @functions) || grep({$_ eq 'trytiny';} @functions) |
108 | 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) | |
141 | 0 | 1 | 0 | not $no_parent and index($class, "exact::") != 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
75 | 0 | 1 | 15 | grep({$_ eq 'nofeatures';} @functions) || grep({$_ eq 'nobundle';} @functions) |
102 | 0 | 0 | 0 | grep({$_ eq 'notry';} @functions) || grep({$_ eq 'trytiny';} @functions) |
155 | 1 | 0 | 0 | &$use("exact::" . $class, "exact/" . $pm, $caller, $params) or &$use($class, $pm, $caller, $params) |
174 | 0 | 0 | 17 | $perl_version < 18 or grep {$_ eq "noskipexperimentalwarnings";} @functions |