blib/lib/Exporter/NoWork.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 21 | 90.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 33 | 2 | 19 | exists &{"${from}::$_";} and not /^(?:IMPORT|CONFIG)$/ |
35 | 3 | 16 | exists &{"${from}::$_";} and not /^(?:IMPORT|CONFIG)$/ and not /^_/ | |
15 | 0 | 1 | $Config{$from}{'uc'} eq 'magic' && /^[[:upper:]]+$/ | |
5 | 1 | 15 | exists &{"${from}::$_";} and not /^(?:IMPORT|CONFIG)$/ and not /^_/ and not $Config{$from}{'uc'} eq 'magic' && /^[[:upper:]]+$/ | |
52 | 13 | 1 | 1 | $Config{$from}{'uc'} eq 'consts' and /^[[:upper:]_\d]+$/ |
122 | 21 | 5 | 1 | /^[[:upper:]]+$/ and $Config{$from}{'uc'} eq 'magic' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
118 | 0 | 1 | 27 | /\W/ or /^_/ |