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