Condition Coverage

lib/OODoc/Manual.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
385 0 0 0 @joined and $joined[-1]->path eq $take->path
403 0 0 0 @joined and $joined[-1]->path eq $insert->path
425 0 0 0 $lpath1 < $lpath2 and substr($path2, 0, $lpath1 + 1) eq "$path1/"
428 0 0 0 $lpath2 < $lpath1 and substr($path1, 0, $lpath2 + 1) eq "$path2/"
477 0 0 0 $output and $output =~ /\S/

or 2 conditions

line l !l condition
50 0 0 delete $args->{'pure_pod'} || 0
128 0 0 $chapter->description || ''
234 0 0 $self->name || (return 0)
377 0 0 $args{'equal'} || sub { "$_[0]" eq "$_[1]"; }
378 0 0 $args{'merge'} || sub { $_[0]; }
514 0 0 $self->chapters || (return)