blib/lib/Test/Auto/Data.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 27 | 25.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
83 | 5760 | 2294 | 312 | not $item->{'list'} and $item->{'name'} eq $name |
109 | 12342 | 53643 | 16387 | $item->{'list'} and $item->{'list'} eq $name |
136 | 0 | 0 | 1632 | $meta and $data |
156 | 0 | 0 | 0 | $type ne 'item' and $type ne 'list' |
163 | 0 | 0 | 0 | $type eq 'list' and $item->{'list'} |
0 | 0 | 0 | $type eq 'list' and $item->{'list'} and $item->{'list'} eq $name | |
164 | 0 | 0 | 0 | $type eq 'item' and $item->{'name'} |
0 | 0 | 0 | $type eq 'item' and $item->{'name'} and $item->{'name'} eq $name |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
156 | 0 | 0 | 0 | not $type or $type ne 'item' and $type ne 'list' |