blib/lib/MVC/Neaf/Util/Container.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 28 | 78.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
80 | 19 | 146 | 0 | not $self->{'exclusive'} and $opt{'tentative'} || $opt{'override'} |
83 | 164 | 1 | 0 | $opt{'tentative'} and $opt{'override'} |
108 | 104 | 7 | 2 | $array->[0] and $opt{'tentative'} |
7 | 0 | 2 | $array->[0] and $opt{'tentative'} and not $array->[0]{'tentative'} | |
142 | 61 | 0 | 7 | $existing and $existing->[0] |
253 | 342 | 6 | 5 | $node->{'exclude'} and $opt{'path'} =~ /$node->{'exclude'}/ |
line | l | !l | condition |
---|---|---|---|
105 | 76 | 903 | $self->{'data'}{$method}{$path} ||= [] |
249 | 282 | 20 | $opt{'path'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
80 | 0 | 0 | 146 | $opt{'tentative'} || $opt{'override'} |
136 | 1 | 6 | 12 | $opt{'tentative'} or $opt{'override'} |