| blib/lib/Net/Braintree/Transaction/Source.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 15 | 15 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | n/a | ||
| total | 20 | 20 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Net::Braintree::Transaction::Source; | ||||||
| 2 | 1 | 1 | 3 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 24 | ||||||
| 3 | |||||||
| 4 | 1 | 1 | 4 | use constant Api => "api"; | |||
| 1 | 1 | ||||||
| 1 | 39 | ||||||
| 5 | 1 | 1 | 3 | use constant ControlPanel => "control_panel"; | |||
| 1 | 2 | ||||||
| 1 | 29 | ||||||
| 6 | 1 | 1 | 4 | use constant Recurring => "recurring"; | |||
| 1 | 1 | ||||||
| 1 | 36 | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 3 | use constant All => [Api, ControlPanel, Recurring]; | |||
| 1 | 1 | ||||||
| 1 | 39 | ||||||
| 9 | 1; |