File Coverage

blib/lib/MetaPOD/JSON.pm
Criterion Covered Total %
statement 8 9 88.8
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 11 14 78.5


line stmt bran cond sub pod time code
1 1     1   360 use 5.006; # our
  1         3  
2 1     1   4 use strict;
  1         2  
  1         19  
3 1     1   10 use warnings;
  1         1  
  1         69  
4              
5             package MetaPOD::JSON;
6              
7             our $VERSION = 'v0.5.0';
8              
9             # ABSTRACT: The JSON Formatted MetaPOD Spec
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13              
14              
15              
16              
17              
18              
19              
20              
21              
22              
23 0     0 0   sub implementation_class { return 'MetaPod::Format::JSON' }
24              
25             1;
26              
27             __END__