| blib/lib/CPAN/Testers/Fact/TestOutput.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 15 | 16 | 93.7 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 6 | 83.3 |
| pod | 0 | 1 | 0.0 |
| total | 20 | 23 | 86.9 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 373 | use 5.006; | |||
| 1 | 3 | ||||||
| 1 | 35 | ||||||
| 2 | 1 | 1 | 5 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 26 | ||||||
| 3 | 1 | 1 | 3 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 41 | ||||||
| 4 | |||||||
| 5 | package CPAN::Testers::Fact::TestOutput; | ||||||
| 6 | # ABSTRACT: output from configuration, build and test | ||||||
| 7 | |||||||
| 8 | our $VERSION = '1.999003'; | ||||||
| 9 | |||||||
| 10 | 1 | 1 | 3 | use Carp (); | |||
| 1 | 1 | ||||||
| 1 | 14 | ||||||
| 11 | |||||||
| 12 | 1 | 1 | 3 | use Metabase::Fact::Hash 0.016; | |||
| 1 | 13 | ||||||
| 1 | 47 | ||||||
| 13 | our @ISA = qw/Metabase::Fact::Hash/; | ||||||
| 14 | |||||||
| 15 | 0 | 0 | 0 | sub optional_keys { qw/configure build test/ } | |||
| 16 | |||||||
| 17 | 1; | ||||||
| 18 | |||||||
| 19 | __END__ |