| lib/WebService/Braintree/Transaction/CreatedUsing.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 11 | 11 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | n/a | ||
| total | 15 | 15 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package WebService::Braintree::Transaction::CreatedUsing; | ||||||
| 2 | $WebService::Braintree::Transaction::CreatedUsing::VERSION = '0.94'; | ||||||
| 3 | 20 | 20 | 302 | use 5.010_001; | |||
| 20 | 76 | ||||||
| 4 | 20 | 20 | 102 | use strictures 1; | |||
| 20 | 108 | ||||||
| 20 | 665 | ||||||
| 5 | |||||||
| 6 | 20 | 20 | 1765 | use constant Token => "token"; | |||
| 20 | 45 | ||||||
| 20 | 1608 | ||||||
| 7 | 20 | 20 | 113 | use constant FullInformation => "full_information"; | |||
| 20 | 36 | ||||||
| 20 | 843 | ||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | __END__ |