| blib/lib/Catalyst/Dispatcher.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 23 | 31 | 74.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 153 | 6932 | 12 | 2 | &blessed($command) and $command->isa("Catalyst::Action") |
| 398 | 904 | 0 | 16 | $c->debug and defined $req->match |
| 904 | 0 | 16 | $c->debug and defined $req->match and length $req->match | |
| 405 | 904 | 13 | 3 | $c->debug and @args |
| 665 | 21 | 5 | 45 | $action =~ /^_.*/ and not $c->config->{'show_internal_actions'} |
| line | l | !l | condition |
|---|---|---|---|
| 334 | 130 | 1 | &blessed($component) || (return 0) |
| 455 | 2276 | 625 | $namespace || '' |
| 470 | 2276 | 625 | $namespace ||= "" |
| 497 | 74 | 4 | $captures ||= [] |
| 657 | 11 | 0 | $parent->getNodeValue || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 592 | 0 | 69160 | 0 | my $tree ||= $self->_tree |
| 726 | 0 | 0 | 0 | not defined $Catalyst::DispatchType::Regex::VERSION or $Catalyst::DispatchType::Regex::VERSION le "5.90020" |