blib/lib/EntityModel/Query/GroupField.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package EntityModel::Query::GroupField; | ||||||
2 | { | ||||||
3 | $EntityModel::Query::GroupField::VERSION = '0.102'; | ||||||
4 | } | ||||||
5 | use EntityModel::Class { | ||||||
6 | 16 | 170 | _isa => [qw{EntityModel::Query::Field}] | ||||
7 | 16 | 16 | 10508 | }; | |||
16 | 32 | ||||||
8 | |||||||
9 | =head1 NAME | ||||||
10 | |||||||
11 | EntityModel::Query::GroupField - GROUP BY fields | ||||||
12 | |||||||
13 | =head1 VERSION | ||||||
14 | |||||||
15 | version 0.102 | ||||||
16 | |||||||
17 | =head1 SYNOPSIS | ||||||
18 | |||||||
19 | See L |
||||||
20 | |||||||
21 | =head1 DESCRIPTION | ||||||
22 | |||||||
23 | See L |
||||||
24 | |||||||
25 | =cut | ||||||
26 | |||||||
27 | =head1 METHODS | ||||||
28 | |||||||
29 | =cut | ||||||
30 | |||||||
31 | 1; | ||||||
32 | |||||||
33 | __END__ |