| lib/Catalyst/Request/REST.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 8 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 0 | 174 | &blessed($app_class) && $app_class->can('_application') ? : |
| 22 | 140 | 34 | if $req_class->isa($class) |
| 25 | 19 | 15 | if $req_class_meta->does_role($role) |
| 26 | 10 | 5 | if ($req_class eq 'Catalyst::Request') { } |