blib/lib/Games/Solitaire/Verify.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 8 | 8 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 11 | 11 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Games::Solitaire::Verify; | ||||||
2 | $Games::Solitaire::Verify::VERSION = '0.2403'; | ||||||
3 | 1 | 1 | 69598 | use warnings; | |||
1 | 11 | ||||||
1 | 50 | ||||||
4 | 1 | 1 | 6 | use strict; | |||
1 | 3 | ||||||
1 | 19 | ||||||
5 | |||||||
6 | 1 | 1 | 27 | use 5.008; | |||
1 | 3 | ||||||
7 | |||||||
8 | |||||||
9 | |||||||
10 | 1; # End of Games::Solitaire::Verify | ||||||
11 | |||||||
12 | __END__ |