lib/OODoc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
175 | 0 | 0 | 0 | -e $dn and -M $dn < -M $fn |
0 | 0 | 0 | -e $dn and -M $dn < -M $fn and -s $dn == -s $fn | |
288 | 0 | 0 | 0 | $@ and not $@ =~ /can't locate/i |
0 | 0 | 0 | $@ and not $@ =~ /can't locate/i and not $@ =~ /attempt to reload/i |
line | l | !l | condition |
---|---|---|---|
193 | 0 | 0 | $args{'parser'} || 'OODoc::Parser::Markov' |
358 | 0 | 0 | delete $args{'format_options'} || [] |
393 | 0 | 0 | $args{'manual_format'} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | delete $args->{'project'} || $distribution |
105 | 0 | 0 | 0 | $args{'distribution'} || $self->distribution |
154 | 0 | 0 | 0 | $args{'select'} || qr/\.(pm|pod)$/ |
306 | 0 | 0 | 0 | $self->mainManual($_) || $_ |
313 | 0 | 0 | 0 | $self->mainManual($realizes) || $realizes |