| blib/lib/Module/Overview.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 35 | 25.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 93 | 0 | 0 | 2 | exists $INC{$module_name_path} and -r $INC{$module_name_path} |
| 128 | 0 | 1 | 1 | @methods and not $$self{'hide_methods'} |
| 130 | 0 | 1 | 1 | @methods_imported and not $$self{'hide_methods'} |
| 174 | 0 | 0 | 0 | $recursion_filter and not $module_name =~ /$recursion_filter/ |
| 196 | 0 | 0 | 0 | $e and $$self{'recursive'} |
| 216 | 0 | 0 | 0 | $e and $$self{'recursive'} |
| line | l | !l | condition |
|---|---|---|---|
| 118 | 58 | 0 | eval { do { 128 } } || 128 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 58 | 2 | 0 | 0 | shift() || $$self{'module_name'} |
| 138 | 0 | 2 | 0 | shift() || $$self{'module_name'} |
| 144 | 2 | 0 | 0 | $$module_overview{'parents'} or $$module_overview{'classes'} |
| 170 | 0 | 0 | 0 | shift() || $$self{'module_name'} |
| 171 | 0 | 0 | 0 | shift() || 'Graph::Easy'->new |