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 1519 4 113 $name eq 'L' and $attr->{'type'} eq 'pod'
1523 20 93 $name eq 'L' and $attr->{'type'} eq 'pod' and defined $attr->{'to'}
107 1645 286 9 $in and @$in
1931 0 9 $in and @$in and $in->[-1]{'target'} =~ /\APod::Coverage(?:::Trust(?:Me|Pod))?\z/

or 2 conditions

line l !l condition
26 341 50 $me->{'trusted'} ||= []
31 338 53 $me->{'links'} ||= []
36 362 29 $me->{'covered'} ||= []
76 357 1279 $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 153 14 1376 $name eq 'item-text' or $name eq 'item-bullet'
167 79 1297 $name eq 'item-text' or $name eq 'item-bullet' or $name =~ /\Ahead[2-9]\z/