blib/lib/Template/Plugin/ListUtilVMethods.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Template::Plugin::ListUtilVMethods; | ||||||
2 | 1 | 1 | 22679 | use Template::Plugin::VMethods; | |||
1 | 34061 | ||||||
1 | 9 | ||||||
3 | @ISA = qw(Template::Plugin::VMethods); | ||||||
4 | |||||||
5 | 1 | 1 | 613 | use Template::Plugin::ListUtil; | |||
1 | 3 | ||||||
1 | 83 | ||||||
6 | $VMETHOD_PACKAGE = 'Template::Plugin::ListUtil'; | ||||||
7 | |||||||
8 | @LIST_OPS = qw(largest largeststr smallest smalleststr | ||||||
9 | shuffle random | ||||||
10 | even odd total median mean mode | ||||||
11 | anytrue alltrue nonetrue notalltrue | ||||||
12 | anyfalse allfalse nonefalse notallfalse | ||||||
13 | true false); | ||||||
14 | 1; |