Condition Coverage

blib/lib/Data/Object/Data.pm
Criterion Covered Total %
condition 14 27 51.8


and 3 conditions

line !l l&&!r l&&r condition
74 0 0 2 not $item->{'list'} and $item->{'name'} eq $name
96 0 0 6 $item->{'list'} and $item->{'list'} eq $name
119 0 41 77 $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'