| line |
true |
false |
branch |
|
23
|
126 |
48 |
unless defined $c->dispatcher->uri_for_action($action, [("dummy") x $n_caps])
|
|
37
|
0 |
57 |
unless my $cache = $dispatcher && $dispatcher->{'Catalyst::Plugin::CachedUriForAction::action_uri_info'}
|
|
41
|
30 |
27 |
@_ && 'ARRAY' eq ref $_[0] ? :
|
|
42
|
2 |
55 |
@_ && 'SCALAR' eq ref $_[-1] ? :
|
|
43
|
20 |
37 |
@_ && 'HASH' eq ref $_[-1] ? :
|
|
47
|
1 |
2 |
if ref $action and do {
|
|
49
|
2 |
55 |
unless my $info = $cache->{$action}
|
|
53
|
41 |
14 |
if (ref $c) { }
|
|
55
|
34 |
7 |
unless $$base =~ m[/\z]
|
|
67
|
29 |
26 |
if ($n_args) { }
|
|
68
|
2 |
27 |
if @$captures < $n_caps
|
|
71
|
2 |
24 |
if @$captures != $n_caps
|
|
80
|
32 |
19 |
if (defined $n_args) { }
|
|
81
|
6 |
26 |
if @$captures + @_ != @$extra_parts
|
|
101
|
20 |
25 |
if (defined $params)
|
|
107
|
20 |
1 |
if ('ARRAY' ne ref $v) { }
|
|
|
1 |
0 |
elsif (@$v) { }
|
|
109
|
19 |
1 |
if defined $v
|
|
114
|
2 |
0 |
if defined $_
|
|
118
|
20 |
0 |
if ("" ne $query)
|
|
124
|
2 |
43 |
if (defined $fragment)
|