blib/lib/Catalyst/Dispatcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 31 | 74.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
153 | 6967 | 14 | 2 | &blessed($command) and $command->isa("Catalyst::Action") |
399 | 911 | 0 | 16 | $c->debug and defined $req->match |
911 | 0 | 16 | $c->debug and defined $req->match and length $req->match | |
406 | 911 | 13 | 3 | $c->debug and @args |
666 | 21 | 5 | 45 | $action =~ /^_.*/ and not $c->config->{'show_internal_actions'} |
line | l | !l | condition |
---|---|---|---|
334 | 132 | 1 | &blessed($component) || (return 0) |
456 | 2294 | 628 | $namespace || '' |
471 | 2294 | 628 | $namespace ||= "" |
498 | 74 | 4 | $captures ||= [] |
658 | 11 | 0 | $parent->getNodeValue || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
593 | 0 | 69204 | 0 | my $tree ||= $self->_tree |
727 | 0 | 0 | 0 | not defined $Catalyst::DispatchType::Regex::VERSION or $Catalyst::DispatchType::Regex::VERSION le "5.90020" |