File Coverage

blib/lib/RDF/Simple/Serializer.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: Serializer.pm,v 1.3 2009/04/11 15:37:59 Martin Exp $
3              
4             package RDF::Simple::Serializer;
5              
6 1     1   58257 use strict;
  1         9  
  1         24  
7 1     1   5 use warnings;
  1         1  
  1         36  
8              
9 1     1   5 use base q(RDF::Simple::Serialiser);
  1         2  
  1         415  
10              
11             our
12             $VERSION = 1.31;
13              
14             =head1 NAME
15              
16             RDF::Simple::Serializer - a synonym for RDF::Simple::Serialiser
17              
18             =head1 SYNOPSIS
19              
20             Same as RDF::Simple::Serialiser
21              
22             =head1 DESCRIPTION
23              
24             See RDF::Simple::Serialiser
25              
26             =cut
27              
28             1;
29              
30             __END__