| blib/lib/Module/Loaded.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 0 | 1 | unless my $file = 'Module::Loaded'->_pm_to_file($pm) |
| 56 | 0 | 1 | if (defined $where) { } |
| 78 | 0 | 2 | unless my $file = 'Module::Loaded'->_pm_to_file($pm) |
| 80 | 0 | 2 | if (not defined &is_loaded($pm)) { } |
| 102 | 0 | 8 | unless my $file = 'Module::Loaded'->_pm_to_file($pm) |
| 104 | 5 | 3 | if exists $INC{$file} |
| 112 | 0 | 11 | unless my $pm = shift() |