| blib/lib/Test/WWW/Stub/Handler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 14 | 92.8 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 2 | 12 | if (&blessed($app_or_res) and $app_or_res->isa('Test::WWW::Stub::Handler')) |
| 23 | 1 | 11 | if ($type eq 'CODE') { } |
| 11 | 0 | elsif ($type eq 'ARRAY') { } | |
| 41 | 7 | 18 | unless $matched |
| 53 | 18 | 7 | $self->is_static_pattern ? : |
| 58 | 12 | 6 | $uri eq $self->{'pattern'} ? : |
| 66 | 6 | 1 | @captures > 0 ? : |