| blib/lib/App/cdif/Tmpfile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 11 | 11 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | n/a | ||
| total | 15 | 15 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package App::cdif::Tmpfile; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 866 | use v5.14; | |||
| 1 | 3 | ||||||
| 4 | 1 | 1 | 4 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 34 | ||||||
| 5 | 1 | 1 | 3 | use utf8; | |||
| 1 | 2 | ||||||
| 1 | 3 | ||||||
| 6 | |||||||
| 7 | 1 | 1 | 21 | use parent 'Command::Run::Tmpfile'; | |||
| 1 | 2 | ||||||
| 1 | 4 | ||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |