File Coverage

lib/MetaPOD/Spec.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   2159 use 5.008; # utf8
  1         5  
  1         43  
2 1     1   6 use strict;
  1         1  
  1         37  
3 1     1   5 use warnings;
  1         3  
  1         33  
4 1     1   1459 use utf8;
  1         13  
  1         8  
5              
6             package MetaPOD::Spec;
7             $MetaPOD::Spec::VERSION = '0.4.1';
8             # ABSTRACT: The Specification of the MetaPOD format
9              
10             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
11              
12              
13              
14              
15              
16              
17              
18              
19              
20             1;
21              
22             __END__