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 1477 4 104 $name eq 'L' and $attr->{'type'} eq 'pod'
1481 18 86 $name eq 'L' and $attr->{'type'} eq 'pod' and defined $attr->{'to'}
107 1626 252 7 $in and @$in
1878 0 7 $in and @$in and $in->[-1]{'target'} eq 'Pod::Coverage'

or 2 conditions

line l !l condition
26 330 46 $me->{'trusted'} ||= []
31 329 47 $me->{'links'} ||= []
36 350 26 $me->{'covered'} ||= []
76 351 1234 $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 1334 $name eq 'item-text' or $name eq 'item-bullet'
165 75 1259 $name eq 'item-text' or $name eq 'item-bullet' or $name =~ /\Ahead[2-9]\z/