| blib/lib/lib/filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 22 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | $opts{'filter'} and not ref $opts{'filter'} | 
| 144 | 0 | 0 | 0 | $opts{'disallow_re'} and $mod =~ /$opts{'disallow_re'}/ | 
| 150 | 0 | 0 | 0 | $opts{'allow_re'} and $mod =~ /$opts{'allow_re'}/ | 
| 187 | 0 | 0 | 0 | $opts{'allow_noncore'} and $opts{'allow_core'} | 
| 216 | 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 | 
|---|---|---|---|
| 103 | 0 | 0 | $allow{$1} ||= 'allow_list' | 
| 120 | 0 | 0 | $disallow{$1} ||= 'disallow_list' |