| lib/OODoc/Manual.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 388 | 0 | 0 | 0 | @joined and $joined[-1]->path eq $take->path |
| 406 | 0 | 0 | 0 | @joined and $joined[-1]->path eq $insert->path |
| 428 | 0 | 0 | 0 | $lpath1 < $lpath2 and substr($path2, 0, $lpath1 + 1) eq "$path1/" |
| 431 | 0 | 0 | 0 | $lpath2 < $lpath1 and substr($path1, 0, $lpath2 + 1) eq "$path2/" |
| 480 | 0 | 0 | 0 | $output and $output =~ /\S/ |
| line | l | !l | condition |
|---|---|---|---|
| 52 | 0 | 0 | delete $args->{'pure_pod'} || 0 |
| 131 | 0 | 0 | $chapter->description || '' |
| 237 | 0 | 0 | $self->name || (return 0) |
| 380 | 0 | 0 | $args{'equal'} || sub { "$_[0]" eq "$_[1]"; } |
| 381 | 0 | 0 | $args{'merge'} || sub { $_[0]; } |
| 520 | 0 | 0 | $self->chapters || (return) |