blib/lib/Teng/QueryBuilder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Teng::QueryBuilder; | ||||||
2 | 69 | 69 | 546 | use strict; | |||
69 | 178 | ||||||
69 | 2114 | ||||||
3 | 69 | 69 | 362 | use warnings; | |||
69 | 189 | ||||||
69 | 1636 | ||||||
4 | 69 | 69 | 338 | use utf8; | |||
69 | 177 | ||||||
69 | 406 | ||||||
5 | 69 | 69 | 1971 | use parent qw/SQL::Maker/; | |||
69 | 143 | ||||||
69 | 549 | ||||||
6 | |||||||
7 | __PACKAGE__->load_plugin('InsertMulti'); | ||||||
8 | |||||||
9 | 1; | ||||||
10 | |||||||
11 | __END__ | ||||||
12 | =head1 NAME | ||||||
13 | |||||||
14 | Teng::QueryBuilder | ||||||
15 | |||||||
16 | =head1 DESCRIPTION | ||||||
17 | |||||||
18 | Teng SQL builder class. | ||||||
19 | |||||||
20 | =head1 SEE ALSO | ||||||
21 | |||||||
22 | L<SQL::Maker> | ||||||
23 | |||||||
24 | =cut |