File Coverage

blib/lib/XML/Toolkit/Generator/Interface.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package XML::Toolkit::Generator::Interface;
2             {
3             $XML::Toolkit::Generator::Interface::VERSION = '0.15';
4             }
5 2     2   1943 use Moose::Role;
  2         5  
  2         20  
6              
7             requires qw(parse);
8              
9 2     2   21238 no Moose::Role;
  2         7  
  2         14  
10             1;
11             __END__
12              
13             =head1 NAME
14              
15             XML::Toolkit::Generator::Interface - A class to ...
16              
17             =head1 VERSION
18              
19             version 0.15
20              
21             =head1 SYNOPSIS
22              
23             use XML::Toolkit::Generator::Interface;
24              
25             =head1 DESCRIPTION
26              
27             The XML::Toolkit::Generator::Interface class implements ...
28              
29             =head1 SUBROUTINES / METHODS
30              
31             =head1 DEPENDENCIES
32              
33             Modules used, version dependencies, core yes/no
34              
35             Moose::Role
36              
37             =head1 NOTES
38              
39             ...
40              
41             =head1 BUGS AND LIMITATIONS
42              
43             None known currently, please email the author if you find any.
44              
45             =head1 AUTHOR
46              
47             Chris Prather (perigrin@domain.tld)
48              
49             =head1 LICENCE
50              
51             Copyright 2009 by Chris Prather.
52              
53             This software is free. It is licensed under the same terms as Perl itself.
54              
55             =cut