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