t/placeholder.t | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 10 | 10 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 13 | 13 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 1 | 1 | 8 | use strict; | |||
1 | 8 | ||||||
1 | 30 | ||||||
2 | 1 | 1 | 5 | use warnings; | |||
1 | 2 | ||||||
1 | 27 | ||||||
3 | 1 | 1 | 599 | use Test::More tests => 1; | |||
1 | 64034 | ||||||
1 | 11 | ||||||
4 | 1 | 90 | ok(1, 'tasks need no tests, but CPAN clients demand them'); |