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 | 68 | 68 | 827 | use strict; | |||
68 | 349 | ||||||
68 | 1571 | ||||||
3 | 68 | 68 | 318 | use warnings; | |||
68 | 246 | ||||||
68 | 1355 | ||||||
4 | 68 | 68 | 308 | use utf8; | |||
68 | 118 | ||||||
68 | 309 | ||||||
5 | 68 | 68 | 2982 | use parent qw/SQL::Maker/; | |||
68 | 993 | ||||||
68 | 499 | ||||||
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 |