lib/WebService/Braintree/Transaction/Type.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::Transaction::Type; | ||||||
2 | $WebService::Braintree::Transaction::Type::VERSION = '0.94'; | ||||||
3 | 20 | 20 | 282 | use 5.010_001; | |||
20 | 59 | ||||||
4 | 20 | 20 | 100 | use strictures 1; | |||
20 | 108 | ||||||
20 | 683 | ||||||
5 | |||||||
6 | 20 | 20 | 1676 | use constant Sale => "sale"; | |||
20 | 41 | ||||||
20 | 921 | ||||||
7 | 20 | 20 | 105 | use constant Credit => "credit"; | |||
20 | 36 | ||||||
20 | 901 | ||||||
8 | |||||||
9 | 20 | 20 | 105 | use constant All => [Sale, Credit]; | |||
20 | 40 | ||||||
20 | 823 | ||||||
10 | |||||||
11 | 1; | ||||||
12 | __END__ |