lib/OODoc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
177 | 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 | |
292 | 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 |
---|---|---|---|
195 | 0 | 0 | $args{'parser'} || 'OODoc::Parser::Markov' |
362 | 0 | 0 | delete $args{'format_options'} || [] |
397 | 0 | 0 | $args{'manual_format'} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
39 | 0 | 0 | 0 | delete $args->{'project'} || $distribution |
107 | 0 | 0 | 0 | $args{'distribution'} || $self->distribution |
156 | 0 | 0 | 0 | $args{'select'} || qr/\.(pm|pod)$/ |
310 | 0 | 0 | 0 | $self->mainManual($_) || $_ |
317 | 0 | 0 | 0 | $self->mainManual($realizes) || $realizes |