blib/lib/WebService/VerifyEmail/Response.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::VerifyEmail::Response; | ||||||
2 | $WebService::VerifyEmail::Response::VERSION = '0.03'; | ||||||
3 | 1 | 1 | 5 | use Moo; | |||
1 | 3 | ||||||
1 | 6 | ||||||
4 | |||||||
5 | has authentication_status => (is => 'ro'); | ||||||
6 | has limit_status => (is => 'ro'); | ||||||
7 | has limit_desc => (is => 'ro'); | ||||||
8 | has verify_status => (is => 'ro'); | ||||||
9 | has verify_status_desc => (is => 'ro'); | ||||||
10 | |||||||
11 | 1; |