blib/lib/Karas/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 Karas::QueryBuilder; | ||||||
2 | 9 | 9 | 77 | use strict; | |||
9 | 16 | ||||||
9 | 302 | ||||||
3 | 9 | 9 | 47 | use warnings; | |||
9 | 15 | ||||||
9 | 220 | ||||||
4 | 9 | 9 | 48 | use utf8; | |||
9 | 19 | ||||||
9 | 45 | ||||||
5 | |||||||
6 | 9 | 9 | 6114 | use parent qw/SQL::Maker/; | |||
9 | 2256 | ||||||
9 | 55 | ||||||
7 | |||||||
8 | __PACKAGE__->load_plugin('InsertMulti'); | ||||||
9 | __PACKAGE__->load_plugin('InsertOnDuplicate'); | ||||||
10 | |||||||
11 | 1; | ||||||
12 |