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 | 75633 | use warnings; | |||
5 | 9 | ||||||
5 | 163 | ||||||
4 | 5 | 5 | 17 | use strict; | |||
5 | 6 | ||||||
5 | 133 | ||||||
5 | |||||||
6 | 5 | 5 | 19 | use vars qw($VERSION); | |||
5 | 10 | ||||||
5 | 274 | ||||||
7 | $VERSION = '0.21'; | ||||||
8 | |||||||
9 | 5 | 5 | 21 | use base 'Test::CPAN::Meta::YAML'; | |||
5 | 8 | ||||||
5 | 2411 | ||||||
10 | |||||||
11 | q( "Before software can be reusable it first has to be usable." - Ralph Johnson ); | ||||||
12 | |||||||
13 | __END__ |