File Coverage

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             use strict;
2 69     69   389 use warnings;
  69         118  
  69         1712  
3 69     69   288 use utf8;
  69         132  
  69         1679  
4 69     69   308 use parent qw/SQL::Maker/;
  69         137  
  69         343  
5 69     69   1748  
  69         127  
  69         462  
6             __PACKAGE__->load_plugin('InsertMulti');
7              
8             1;
9              
10             =head1 NAME
11              
12             Teng::QueryBuilder
13              
14             =head1 DESCRIPTION
15              
16             Teng SQL builder class.
17              
18             =head1 SEE ALSO
19              
20             L<SQL::Maker>
21              
22             =cut