| blib/lib/App/Modular.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 12 | 8.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 303 | 0 | 0 | 0 | -f $mdir . $file and -r $mdir . $file |
| 0 | 0 | 0 | $recursive and -d $mdir . $file | |
| 337 | 0 | 0 | 8 | $$self{'module_dir'} and $$self{'module_ext'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 188 | 0 | 0 | 0 | $@ or not $instance |