blib/lib/Path/AttrRouter/DispatchType/Regex.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
23 | 9 | 42 | if (my(@captures) = $$condition{'path'} =~ /$$compiled{'re'}/) |
25 | 9 | 0 | if $$compiled{'action'}->match($condition) |
35 | 47 | 5 | unless $action->attributes->{'Regex'} |
47 | 5 | unless my(@register_regex) = @{[] unless $action->attributes->{'Regex'};} | |
60 | 0 | 0 | unless $self->used |