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   75921 use warnings;
  5         8  
  5         169  
4 5     5   21 use strict;
  5         3  
  5         143  
5              
6 5     5   19 use vars qw($VERSION);
  5         15  
  5         294  
7             $VERSION = '0.14';
8              
9 5     5   36 use base 'Test::CPAN::Meta::JSON';
  5         7  
  5         2786  
10              
11             q( "Before software can be reusable it first has to be usable." - Ralph Johnson );
12              
13             __END__