blib/lib/lib/filter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 22 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
66 | 0 | 0 | 0 | $opts{'filter'} and not ref $opts{'filter'} |
137 | 0 | 0 | 0 | $opts{'disallow_re'} and $mod =~ /$opts{'disallow_re'}/ |
143 | 0 | 0 | 0 | $opts{'allow_re'} and $mod =~ /$opts{'allow_re'}/ |
180 | 0 | 0 | 0 | $opts{'allow_noncore'} and $opts{'allow_core'} |
208 | 0 | 0 | 0 | $opts{'allow_core'} and grep {$mod eq $_;} @$core_inc |
0 | 0 | 0 | $opts{'allow_noncore'} and grep {$mod eq $_;} @$noncore_inc |
line | l | !l | condition |
---|---|---|---|
96 | 0 | 0 | $allow{$1} ||= 'allow_list' |
113 | 0 | 0 | $disallow{$1} ||= 'disallow_list' |