Condition Coverage

blib/lib/Data/Object/Data.pm
Criterion Covered Total %
condition 17 32 53.1


and 3 conditions

line !l l&&!r l&&r condition
79 0 0 3 not $item->{'list'} and $item->{'name'} eq $name
88 1 0 12 $file and -f $file
103 0 0 9 $item->{'list'} and $item->{'list'} eq $name
126 0 49 89 $meta and $data
145 2 3 0 $type ne 'item' and $type ne 'list'
152 3 0 4 $type eq 'list' and $item->{'list'}
0 0 4 $type eq 'list' and $item->{'list'} and $item->{'list'} eq $name
153 4 0 3 $type eq 'item' and $item->{'name'}
0 1 2 $type eq 'item' and $item->{'name'} and $item->{'name'} eq $name

or 2 conditions

line l !l condition
88 1 0 $self->string || ''

or 3 conditions

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