File Coverage

blib/lib/MetaPOD/Spec.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1 1     1   364 use 5.006; # our
  1         3  
2 1     1   3 use strict;
  1         1  
  1         19  
3 1     1   3 use warnings;
  1         1  
  1         71  
4              
5             package MetaPOD::Spec;
6              
7             our $VERSION = 'v0.5.0';
8              
9             # ABSTRACT: The Specification of the MetaPOD format
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13              
14              
15              
16              
17              
18              
19              
20              
21             1;
22              
23             __END__