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 | 5693 | use vars qw($VERSION); | |||
1 | 4 | ||||||
1 | 43 | ||||||
3 | 1 | 1 | 453 | use Net::EPP::Client; | |||
1 | 3 | ||||||
1 | 34 | ||||||
4 | 1 | 1 | 7 | use Net::EPP::Frame; | |||
1 | 2 | ||||||
1 | 37 | ||||||
5 | 1 | 1 | 4 | use Net::EPP::Protocol; | |||
1 | 2 | ||||||
1 | 23 | ||||||
6 | 1 | 1 | 4 | use Net::EPP::ResponseCodes; | |||
1 | 2 | ||||||
1 | 114 | ||||||
7 | 1 | 1 | 806 | use Net::EPP::Simple; | |||
1 | 3 | ||||||
1 | 29 | ||||||
8 | 1 | 1 | 7 | use strict; | |||
1 | 1 | ||||||
1 | 55 | ||||||
9 | |||||||
10 | our $VERSION = '0.24'; | ||||||
11 | |||||||
12 | 1; | ||||||
13 | |||||||
14 | __END__ |