| blib/lib/Config/Model/SearchElement.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 15 | 60.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 230 | 0 | 16 | 0 | ref $next and not defined $next->{$choice} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 72 | 51 | 25 | 453 | $element_type =~ /(warped_)?node/ or $c_type =~ /(warped_)?node/ | 
| 74 | 32 | 25 | 19 | $element_type eq 'node' || $c_type eq 'node' | 
| 275 | 5 | 0 | 0 | shift() || croak('auto_choose: missing element call back') | 
| 276 | 5 | 0 | 0 | shift() || croak('auto_choose: missing id call back') |