| blib/lib/Thunderhorse/Router/Location.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 13 | 84.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 56 | 16 | 153 | 0 | defined $self->to and not $self->get_destination |
| 98 | 82 | 10 | 0 | $self->pagi and $self->is_bridge |
| 124 | 542 | 125 | 123 | $self->has_action and not $action =~ $self->_action_re |
| line | l | !l | condition |
|---|---|---|---|
| 68 | 7 | 9 | $method // "*" |
| 83 | 16 | 149 | $self->action // "any" |