blib/lib/Test/Foo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 0 | 3 | 0.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 0 | 3 | 0.0 |
pod | 0 | 3 | 0.0 |
total | 0 | 9 | 0.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Test::Foo; | ||||||
2 | |||||||
3 | 0 | 0 | 0 | sub one { 1 } | |||
4 | 0 | 0 | 0 | sub two { 2 } | |||
5 | 0 | 0 | 0 | sub three { 'c' } | |||
6 | |||||||
7 | return qw/Yes indeed/; |