| blib/lib/PayProp/API/Public/Client/Role/Attribute/Authorization.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package PayProp::API::Public::Client::Role::Attribute::Authorization; | ||||||
| 2 | |||||||
| 3 | 28 | 28 | 272918 | use strict; | |||
| 28 | 99 | ||||||
| 28 | 1144 | ||||||
| 4 | 28 | 28 | 156 | use warnings; | |||
| 28 | 72 | ||||||
| 28 | 1366 | ||||||
| 5 | |||||||
| 6 | 28 | 28 | 144 | use Mouse::Role; | |||
| 28 | 61 | ||||||
| 28 | 198 | ||||||
| 7 | |||||||
| 8 | |||||||
| 9 | has authorization => ( | ||||||
| 10 | is => 'ro', | ||||||
| 11 | isa => 'PayProp::API::Public::Client::Authorization::Base', | ||||||
| 12 | required => 1, | ||||||
| 13 | ); | ||||||
| 14 | |||||||
| 15 | 1; |