blib/lib/Acme/CPAN/Testers/PreReqNotIndexed.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 8 | 10 | 80.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 12 | 14 | 85.7 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Acme::CPAN::Testers::PreReqNotIndexed; | ||||||
2 | BEGIN { | ||||||
3 | 1 | 1 | 922 | $Acme::CPAN::Testers::PreReqNotIndexed::VERSION = '0.02'; | |||
4 | } | ||||||
5 | |||||||
6 | #ABSTRACT: see what gets generated when a prereq isn't indexed | ||||||
7 | |||||||
8 | 1 | 1 | 9 | use strict; | |||
1 | 2 | ||||||
1 | 36 | ||||||
9 | 1 | 1 | 6 | use warnings; | |||
1 | 2 | ||||||
1 | 48 | ||||||
10 | 1 | 1 | 433 | use BINGOS::BadModule; | |||
0 | |||||||
0 | |||||||
11 | |||||||
12 | q[Integer semper]; | ||||||
13 | |||||||
14 | |||||||
15 | __END__ |