| lib/WebService/Braintree/CreditCard/DurbinRegulated.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 14 | 14 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | n/a | ||
| total | 19 | 19 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package WebService::Braintree::CreditCard::DurbinRegulated; | ||||||
| 2 | $WebService::Braintree::CreditCard::DurbinRegulated::VERSION = '0.94'; | ||||||
| 3 | 20 | 20 | 260 | use 5.010_001; | |||
| 20 | 53 | ||||||
| 4 | 20 | 20 | 88 | use strictures 1; | |||
| 20 | 89 | ||||||
| 20 | 586 | ||||||
| 5 | |||||||
| 6 | 20 | 20 | 1416 | use constant Yes => "Yes"; | |||
| 20 | 31 | ||||||
| 20 | 809 | ||||||
| 7 | 20 | 20 | 89 | use constant No => "No"; | |||
| 20 | 27 | ||||||
| 20 | 764 | ||||||
| 8 | 20 | 20 | 100 | use constant Unknown => "Unknown"; | |||
| 20 | 39 | ||||||
| 20 | 686 | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | __END__ |