blib/lib/Circle/Session/Tabbed.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | l | !l | condition |
---|---|---|---|
61 | 0 | 0 | $items[$_] == $item and return $_ |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
241 | 0 | 0 | 0 | $item->can('enumerate_items') && $item->enumerate_items |
267 | 0 | 0 | 0 | $item->can('enumerate_items') && $item->enumerate_items |
324 | 0 | 0 | 0 | $tabs->[$_] eq $item and $index = $_, last |
370 | 0 | 0 | 0 | $tabs->[$_] eq $item and $index = $_, last |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
141 | 0 | 0 | 0 | $curitem or $path =~ m[^/] |