File Coverage

blib/lib/RDF/Simple/Serialiser/Notation3.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1            
2             # $Id: Notation3.pm,v 1.2 2008/05/03 03:31:02 Martin Exp $
3            
4             package RDF::Simple::Serialiser::Notation3;
5            
6 1     1   2722 use strict;
  1         3  
  1         43  
7 1     1   5 use warnings;
  1         2  
  1         36  
8            
9 1     1   5 use base 'RDF::Simple::Serialiser::N3';
  1         2  
  1         797  
10            
11             1;
12            
13             __END__