File Coverage

blib/lib/Data/Domain/URI/file.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1 1     1   590 use 5.008;
  1         5  
  1         36  
2 1     1   6 use strict;
  1         2  
  1         26  
3 1     1   21 use warnings;
  1         2  
  1         56  
4              
5             package Data::Domain::URI::file;
6             our $VERSION = '1.100850';
7              
8             # ABSTRACT: Data domain class for file URIs
9 1     1   4 use parent 'Data::Domain::SemanticAdapter';
  1         3  
  1         4  
10             1;
11              
12              
13             __END__