| blib/lib/Path/AttrRouter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 18 | 38.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 330 | 0 | 0 | 16 | exists $$pack{'ISA'} and my $isa = $$pack{'ISA'} |
| 331 | 0 | 0 | 16 | defined *{$isa;}{'ARRAY'} and @$isa != 0 |
| line | l | !l | condition |
|---|---|---|---|
| 137 | 0 | 0 | $namespace ||= '' |
| 162 | 0 | 0 | $namespace ||= '' |
| 310 | 35 | 17 | $self->actions->{$action->namespace} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 275 | 17 | 0 | 0 | ref $controller || $controller |
| 350 | 48 | 22 | 0 | $v =~ s/^'(.*)'$/$1/ or $v =~ s/^"(.*)"/$1/ |