| lib/Test/Mock/LWP/Conditional.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 2 | 13 | if (ref $uri eq 'Regexp') |
| 37 | 9 | 28 | if (exists $Test::Mock::LWP::Conditional::Stubs->{$key}) { } |
| 17 | 11 | elsif (exists $Test::Mock::LWP::Conditional::Stubs->{'__GLOBAL__'}{$uri}) { } | |
| 38 | 6 | 3 | if (exists $Test::Mock::LWP::Conditional::Stubs->{$key}{$uri}) |
| 54 | 4 | 1 | if ($uri =~ /$Test::Mock::LWP::Conditional::Regex->{$key}{$marker}/) |
| 62 | 6 | 9 | &blessed($self) ? : |