| blib/lib/WebService/Braintree/MerchantAccount/FundingDetails.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 5 | 60.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 2 | 50.0 |
| pod | 0 | 1 | 0.0 |
| total | 4 | 8 | 50.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package WebService::Braintree::MerchantAccount::FundingDetails; | ||||||
| 2 | $WebService::Braintree::MerchantAccount::FundingDetails::VERSION = '0.93'; | ||||||
| 3 | |||||||
| 4 | 1 | 1 | 7 | use Moose; | |||
| 1 | 2 | ||||||
| 1 | 8 | ||||||
| 5 | extends "WebService::Braintree::ResultObject"; | ||||||
| 6 | |||||||
| 7 | sub BUILD { | ||||||
| 8 | 0 | 0 | 0 | my ($self, $attributes) = @_; | |||
| 9 | 0 | $self->set_attributes_from_hash($self, $attributes); | |||||
| 10 | } | ||||||
| 11 | |||||||
| 12 | __PACKAGE__->meta->make_immutable; | ||||||
| 13 | 1; | ||||||
| 14 |