| lib/OODoc.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 38 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 178 | 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 | |
| 280 | 0 | 0 | 0 | $@ and not $@ =~ /can't locate/i |
| 0 | 0 | 0 | $@ and not $@ =~ /can't locate/i and not $@ =~ /attempt to reload/i | |
| 330 | 0 | 0 | 0 | builtin::blessed($format) and $format->isa("OODoc::Format") |
| line | l | !l | condition |
|---|---|---|---|
| 195 | 0 | 0 | $args{'parser'} || 'OODoc::Parser::Markov' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 0 | 0 | 0 | delete $args->{'project'} || $distribution |
| 111 | 0 | 0 | 0 | $args{'distribution'} || $self->distribution |
| 159 | 0 | 0 | 0 | $args{'select'} || qr/\.(pm|pod)$/ |
| 299 | 0 | 0 | 0 | $index->mainManual($_) || $_ |
| 306 | 0 | 0 | 0 | $index->mainManual($realizes) || $realizes |
| 325 | 0 | 0 | 0 | delete $args{'manifest'} // catfile($dest, "MANIFEST") |
| 380 | 0 | 0 | 0 | -d $path or mkdir $path |