File Coverage

blib/lib/Test/YAML/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::YAML::Meta;
2              
3 5     5   143006 use warnings;
  5         11  
  5         184  
4 5     5   27 use strict;
  5         9  
  5         194  
5              
6 5     5   25 use vars qw($VERSION);
  5         13  
  5         315  
7             $VERSION = '0.20';
8              
9 5     5   26 use base 'Test::CPAN::Meta::YAML';
  5         9  
  5         5190  
10              
11             q( "Before software can be reusable it first has to be usable." - Ralph Johnson );
12              
13             __END__