File Coverage

lib/MetaPOD/JSON.pm
Criterion Covered Total %
statement 12 13 92.3
branch n/a
condition n/a
subroutine 4 5 80.0
pod 0 1 0.0
total 16 19 84.2


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