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 | 76056 | use warnings; | |||
5 | 7 | ||||||
5 | 171 | ||||||
4 | 5 | 5 | 21 | use strict; | |||
5 | 5 | ||||||
5 | 141 | ||||||
5 | |||||||
6 | 5 | 5 | 20 | use vars qw($VERSION); | |||
5 | 9 | ||||||
5 | 397 | ||||||
7 | $VERSION = '0.22'; | ||||||
8 | |||||||
9 | 5 | 5 | 29 | use base 'Test::CPAN::Meta::YAML'; | |||
5 | 6 | ||||||
5 | 2824 | ||||||
10 | |||||||
11 | q( "Before software can be reusable it first has to be usable." - Ralph Johnson ); | ||||||
12 | |||||||
13 | __END__ |