Condition Coverage

blib/lib/Data/Object/Data.pm
Criterion Covered Total %
condition 18 27 66.6


and 3 conditions

line !l l&&!r l&&r condition
74 115 45 8 not $item->{'list'} and $item->{'name'} eq $name
96 192 581 161 $item->{'list'} and $item->{'list'} eq $name
119 0 53 107 $meta and $data
137 2 3 0 $type ne 'item' and $type ne 'list'
144 3 0 4 $type eq 'list' and $item->{'list'}
0 0 4 $type eq 'list' and $item->{'list'} and $item->{'list'} eq $name
145 4 0 3 $type eq 'item' and $item->{'name'}
0 1 2 $type eq 'item' and $item->{'name'} and $item->{'name'} eq $name

or 3 conditions

line l !l&&r !l&&!r condition
137 0 0 5 not $type or $type ne 'item' and $type ne 'list'