| blib/lib/Module/Overview.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 35 | 25.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 92 | 0 | 0 | 2 | exists $INC{$module_name_path} and -r $INC{$module_name_path} |
| 129 | 0 | 1 | 1 | @methods and not $self->{'hide_methods'} |
| 131 | 0 | 1 | 1 | @methods_imported and not $self->{'hide_methods'} |
| 174 | 0 | 0 | 0 | $recursion_filter and not $module_name =~ /$recursion_filter/ |
| 197 | 0 | 0 | 0 | $e and $self->{'recursive'} |
| 217 | 0 | 0 | 0 | $e and $self->{'recursive'} |
| line | l | !l | condition |
|---|---|---|---|
| 118 | 62 | 0 | eval { do { 128 } } || 128 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 57 | 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 |