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
33 2744 19 236 $name eq "L" and $attr->{'type'} eq "pod"
2763 34 202 $name eq "L" and $attr->{'type'} eq "pod" and defined $attr->{'to'}
88 2856 566 11 $in and @$in
3422 0 11 $in and @$in and $in->[-1]{'target'} =~ /\APod::Coverage(?:::Trust(?:Me|Pod))?\z/

or 2 conditions

line l !l condition
55 801 2198 $me->{'consider'} || ''
97 0 0 $self->{'source_filename'} || ''
98 0 0 $in->[-1]{'start_line'} || ''
119 3 8 $self->{'Pod::Coverage::TrustMe::Parser'}{'links'} ||= []
124 9 20 $self->{'Pod::Coverage::TrustMe::Parser'}{'trusted'} ||= []
129 68 19 $self->{'Pod::Coverage::TrustMe::Parser'}{'covered'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
33 329 31 2437 $name eq "item-text" or $name eq "item-bullet"
360 141 2296 $name eq "item-text" or $name eq "item-bullet" or $name =~ /\Ahead[2-9]\z/