erecipes/perl/lib/CGI/Ex/Recipes/Default.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 14 | 85.7 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 6 | 66.6 |
pod | 2 | 2 | 100.0 |
total | 18 | 22 | 81.8 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package CGI::Ex::Recipes::Default; | ||||||
2 | |||||||
3 | 1 | 1 | 1549 | use warnings; | |||
1 | 3 | ||||||
1 | 31 | ||||||
4 | 1 | 1 | 5 | use strict; | |||
1 | 2 | ||||||
1 | 29 | ||||||
5 | 1 | 1 | 6 | use base qw(CGI::Ex::Recipes); | |||
1 | 2 | ||||||
1 | 98 | ||||||
6 | 1 | 1 | 6 | use utf8; | |||
1 | 2 | ||||||
1 | 5 | ||||||
7 | our $VERSION = '0.03'; | ||||||
8 | 0 | 0 | 1 | sub info_complete { 0 } | |||
9 | |||||||
10 | 0 | 0 | 1 | sub skip { 0 } | |||
11 | |||||||
12 | # now the list of items is produced by CGI::Ex::Recipes::Template::Menu | ||||||
13 | |||||||
14 | |||||||
15 | 1;# End of CGI::Ex::Recipes::Default | ||||||
16 | |||||||
17 | __END__ |