blib/lib/B/PerlReq.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 60 | 0.0 |
line | l | !l | condition |
---|---|---|---|
374 | 0 | 0 | $opt =~ /^-(?:s|-?strict)$/ and $Strict = 1 |
0 | 0 | $opt =~ /^-(?:r|-?relaxed)$/ and $Relaxed = 1 | |
0 | 0 | $opt =~ /^-(?:v|-?verbose)$/ and $Verbose = 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
53 | 0 | 0 | 0 | not $Strict and $v < 5.01 |
72 | 0 | 0 | 0 | $B::Walker::Sub eq 'BEGIN' and not $INC{$f} |
0 | 0 | 0 | $B::Walker::Sub eq 'BEGIN' and not $INC{$f} and $B::Walker::Opname ne 'autouse' | |
76 | 0 | 0 | 0 | not $Strict and grep {$f =~ /$_/;} @Skip |
80 | 0 | 0 | 0 | $B::Walker::Sub eq 'BEGIN' and $INC{$f} |
83 | 0 | 0 | 0 | not $Strict and $B::Walker::BlockData{'Eval'} |
87 | 0 | 0 | 0 | $Relaxed and $B::Walker::Level > 4 |
92 | 0 | 0 | 0 | $prevDepF and $prevDepF ne $f |
141 | 0 | 0 | 0 | $$op and $op->name eq 'const' |
170 | 0 | 0 | 0 | $$op and $op->name eq 'const' |
374 | 0 | 0 | 0 | $opt =~ /^-(?:d|-?debug)$/ and $Verbose = $Debug = 1 |
380 | 0 | 0 | 0 | $Strict and $Relaxed |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
117 | 0 | 0 | 0 | $Encode::ExtModule{$e} || $Encode::ExtModule{lc $e} |
194 | 0 | 0 | 0 | $class eq 'base' or $class eq 'parent' |
302 | 0 | 0 | 0 | $op->name eq 'method' or $op->name eq 'method_named' |
374 | 0 | 0 | 0 | $opt =~ /^-(?:s|-?strict)$/ and $Strict = 1 or $opt =~ /^-(?:r|-?relaxed)$/ and $Relaxed = 1 |
0 | 0 | 0 | $opt =~ /^-(?:s|-?strict)$/ and $Strict = 1 or $opt =~ /^-(?:r|-?relaxed)$/ and $Relaxed = 1 or $opt =~ /^-(?:v|-?verbose)$/ and $Verbose = 1 | |
0 | 0 | 0 | $opt =~ /^-(?:s|-?strict)$/ and $Strict = 1 or $opt =~ /^-(?:r|-?relaxed)$/ and $Relaxed = 1 or $opt =~ /^-(?:v|-?verbose)$/ and $Verbose = 1 or $opt =~ /^-(?:d|-?debug)$/ and $Verbose = $Debug = 1 |