blib/lib/RapidApp/Module/NavTree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 26 | 50.0 |
line | true | false | branch |
---|---|---|---|
26 | 0 | 4 | $self->double_click_nav ? : |
36 | 1 | 12 | if (ref $nodes eq 'HASH') |
37 | 1 | 0 | if $nodes->{'children'} |
41 | 0 | 12 | unless ref $nodes eq 'ARRAY' |
45 | 11 | 0 | if (ref $item->{'children'} eq 'ARRAY' and scalar $item->{'children'} > 0) |
46 | 11 | 0 | if $item->{'children'} |
54 | 11 | 0 | if $item->{'expand'} |
67 | 12 | 0 | if $item->{'params'} |
68 | 0 | 12 | if $item->{'url'} |
71 | 12 | 0 | if ($module) { } |
72 | 12 | 0 | unless ref $module |
77 | 0 | 0 | unless $autoLoad->{'url'} |
82 | 12 | 0 | unless $loadCnf->{'itemId'} |