| lib/OODoc/Manual.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 398 | 0 | 0 | 0 | @joined and $joined[-1]->path eq $take->path |
| 416 | 0 | 0 | 0 | @joined and $joined[-1]->path eq $insert->path |
| 439 | 0 | 0 | 0 | $lpath1 < $lpath2 and substr($path2, 0, $lpath1 + 1) eq "$path1/" |
| 442 | 0 | 0 | 0 | $lpath2 < $lpath1 and substr($path1, 0, $lpath2 + 1) eq "$path2/" |
| 494 | 0 | 0 | 0 | $output and $output =~ /\S/ |
| line | l | !l | condition |
|---|---|---|---|
| 75 | 0 | 0 | delete $args->{'pure_pod'} || 0 |
| 139 | 0 | 0 | $chapter->description || '' |
| 245 | 0 | 0 | $self->name || (return 0) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 390 | 0 | 0 | 0 | $args{'equal'} || sub { "$_[0]" eq "$_[1]"; } |
| 391 | 0 | 0 | 0 | $args{'merge'} || sub { $_[0]; } |