File Coverage

blib/lib/Data/Semantic/Net.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   543 use 5.008;
  1         3  
  1         30  
2 1     1   4 use strict;
  1         2  
  1         21  
3 1     1   5 use warnings;
  1         1  
  1         35  
4              
5             package Data::Semantic::Net;
6             BEGIN {
7 1     1   19 $Data::Semantic::Net::VERSION = '1.101760';
8             }
9             # ABSTRACT: Semantic data classes for net-related data
10 1     1   4 use parent qw(Data::Semantic);
  1         1  
  1         4  
11             1;
12              
13              
14             __END__