blib/lib/Muldis/D/Manual.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 1 | 1 | 24968 | use 5.006; | |||
1 | 5 | ||||||
1 | 40 | ||||||
2 | 1 | 1 | 6 | use strict; | |||
1 | 2 | ||||||
1 | 35 | ||||||
3 | 1 | 1 | 4 | use warnings; | |||
1 | 6 | ||||||
1 | 67 | ||||||
4 | package Muldis::D::Manual; | ||||||
5 | our $VERSION = '0.009000'; | ||||||
6 | $VERSION = eval $VERSION; | ||||||
7 | # Note that Perl code only exists at all in this file in order to help | ||||||
8 | # the CPAN indexer handle the distribution properly. | ||||||
9 | 1; | ||||||
10 | __END__ |