| blib/lib/WebService/Braintree/CreditCard/CountryOfIssuance.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 12 | 12 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | n/a | ||
| total | 16 | 16 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package WebService::Braintree::CreditCard::CountryOfIssuance; | ||||||
| 2 | $WebService::Braintree::CreditCard::CountryOfIssuance::VERSION = '0.92'; | ||||||
| 3 | 1 | 1 | 6 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 25 | ||||||
| 4 | |||||||
| 5 | 1 | 1 | 4 | use constant Yes => "Yes"; | |||
| 1 | 2 | ||||||
| 1 | 37 | ||||||
| 6 | 1 | 1 | 5 | use constant No => "No"; | |||
| 1 | 2 | ||||||
| 1 | 31 | ||||||
| 7 | 1 | 1 | 5 | use constant Unknown => "Unknown"; | |||
| 1 | 1 | ||||||
| 1 | 31 | ||||||
| 8 | |||||||
| 9 | 1; |