Condition Coverage

blib/lib/Pod/Coverage/TrustMe/Parser.pm
Criterion Covered Total %
condition 25 30 83.3


and 3 conditions

line !l l&&!r l&&r condition
56 1479 4 108 $name eq 'L' and $attr->{'type'} eq 'pod'
1483 20 88 $name eq 'L' and $attr->{'type'} eq 'pod' and defined $attr->{'to'}
107 1637 252 7 $in and @$in
1889 0 7 $in and @$in and $in->[-1]{'target'} eq 'Pod::Coverage'

or 2 conditions

line l !l condition
26 328 46 $me->{'trusted'} ||= []
31 327 47 $me->{'links'} ||= []
36 348 26 $me->{'covered'} ||= []
76 351 1240 $me->{'consider'} || ''
116 0 0 $self->{'source_filename'} || ''
117 0 0 $in->[-1]{'start_line'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
56 151 14 1338 $name eq 'item-text' or $name eq 'item-bullet'
165 75 1263 $name eq 'item-text' or $name eq 'item-bullet' or $name =~ /\Ahead[2-9]\z/