lib/load.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 17 | 29.4 |
line | l | !l | condition |
---|---|---|---|
24 | 0 | 1 | $ENV{'LOAD_NOW'} || 0 |
77 | 0 | 0 | $use{$_[1]} || '' |
389 | 0 | 1 | $AUTOLOAD{join $;, $module, $sub} || '' |
405 | 0 | 0 | $use{$module} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
135 | 0 | 0 | 0 | not $INC{'AutoLoader.pm'} or $INC{'AutoLoader.pm'} ne $INC{'load.pm'} |
234 | 2002 | 1 | 88 | $pod or /^\s*#/ |
286 | 0 | 0 | 0 | $pod or /^\s*#/ |