File Coverage

blib/lib/Data/Semantic/Net/IPAddress/IPv4_TEST.pm
Criterion Covered Total %
statement 16 16 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 22 22 100.0


line stmt bran cond sub pod time code
1 1     1   3935 use 5.008;
  1         6  
  1         48  
2 1     1   8 use strict;
  1         2  
  1         49  
3 1     1   6 use warnings;
  1         2  
  1         103  
4              
5             package Data::Semantic::Net::IPAddress::IPv4_TEST;
6             BEGIN {
7 1     1   29 $Data::Semantic::Net::IPAddress::IPv4_TEST::VERSION = '1.101760';
8             }
9              
10 1     1   13 use Test::More;
  1         2  
  1         14  
11              
12             # ABSTRACT: Test companion class for the IPv4 address semantic data class
13 1         9 use parent qw(
14             Data::Semantic::Test
15             Data::Semantic::Net::IPAddress::TestData::IPv4
16 1     1   380 );
  1         2  
17              
18             1;
19              
20              
21             __END__