blib/lib/Net/EPP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 21 | 21 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 7 | 7 | 100.0 |
pod | n/a | ||
total | 28 | 28 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Net::EPP; | ||||||
2 | 1 | 1 | 5749 | use vars qw($VERSION); | |||
1 | 3 | ||||||
1 | 44 | ||||||
3 | 1 | 1 | 435 | use Net::EPP::Client; | |||
1 | 2 | ||||||
1 | 35 | ||||||
4 | 1 | 1 | 7 | use Net::EPP::Frame; | |||
1 | 2 | ||||||
1 | 24 | ||||||
5 | 1 | 1 | 5 | use Net::EPP::Protocol; | |||
1 | 1 | ||||||
1 | 20 | ||||||
6 | 1 | 1 | 5 | use Net::EPP::ResponseCodes; | |||
1 | 2 | ||||||
1 | 109 | ||||||
7 | 1 | 1 | 598 | use Net::EPP::Simple; | |||
1 | 5 | ||||||
1 | 41 | ||||||
8 | 1 | 1 | 9 | use strict; | |||
1 | 2 | ||||||
1 | 72 | ||||||
9 | |||||||
10 | our $VERSION = '0.25'; | ||||||
11 | |||||||
12 | 1; | ||||||
13 | |||||||
14 | __END__ |