| 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 | 6 | use strict; | |||
| 1 | 6 | ||||||
| 1 | 36 | ||||||
| 2 | 1 | 1 | 4 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 20 | ||||||
| 3 | 1 | 1 | 454 | use Test::More tests => 1; | |||
| 1 | 51430 | ||||||
| 1 | 8 | ||||||
| 4 | 1 | 68 | ok(1, 'tasks need no tests, but CPAN clients demand them'); |