File Coverage

blib/lib/Test/JSON/Meta.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             package Test::JSON::Meta;
2              
3 5     5   79714 use warnings;
  5         11  
  5         165  
4 5     5   30 use strict;
  5         6  
  5         163  
5              
6 5     5   19 use vars qw($VERSION);
  5         8  
  5         264  
7             $VERSION = '0.13';
8              
9 5     5   26 use base 'Test::CPAN::Meta::JSON';
  5         9  
  5         3051  
10              
11             q( "Before software can be reusable it first has to be usable." - Ralph Johnson );
12              
13             __END__