blib/lib/WebService/Lob/Exception/AddressMissingInformation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package WebService::Lob::Exception::AddressMissingInformation; | ||||||
2 | $WebService::Lob::Exception::AddressMissingInformation::VERSION = '0.0105'; | ||||||
3 | 3 | 3 | 2856 | use Moo; | |||
3 | 7 | ||||||
3 | 21 | ||||||
4 | extends 'Throwable::Error'; | ||||||
5 | |||||||
6 | has '+message' => ( default => 'The address you entered was found but more information is needed to match to a specific address.' ); | ||||||
7 | |||||||
8 | 1; | ||||||
9 | |||||||
10 | __END__ |