| blib/lib/App/PrereqGrapher.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 18 | 44.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 100 | 0 | 0 | 0 | $options{'no_core'} and $options{'no_recurse_core'} | 
| 151 | 81 | 0 | 0 | $self->no_core and is_core($dep) | 
| 157 | 51 | 10 | 12 | $self->depth and $depth{$dep} >= $self->depth | 
| 158 | 61 | 0 | 0 | $self->no_recurse_core and is_core($dep) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 148 | 31 | 0 | 50 | not exists $depth{$dep} or $depth{$dep} > $depth{$module} + 1 | 
| 163 | 2 | 0 | 0 | $self->output_file || 'dependencies.' . $self->format |