File Coverage

blib/lib/Data/Semantic/Net/IPAddress/IPv6_TEST.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 18 18 100.0


line stmt bran cond sub pod time code
1 1     1   3213 use 5.008;
  1         6  
  1         52  
2 1     1   8 use strict;
  1         2  
  1         47  
3 1     1   7 use warnings;
  1         3  
  1         68  
4              
5             package Data::Semantic::Net::IPAddress::IPv6_TEST;
6             BEGIN {
7 1     1   23 $Data::Semantic::Net::IPAddress::IPv6_TEST::VERSION = '1.101760';
8             }
9             # ABSTRACT: Test companion class for the IPv6 address semantic data class
10 1         8 use parent qw(
11             Data::Semantic::Test
12             Data::Semantic::Net::IPAddress::TestData::IPv6
13 1     1   7 );
  1         2  
14             1;
15              
16              
17             __END__