Branch Coverage
blib/lib/Teng/Plugin/SQLPager.pm
Criterion
Covered
Total
%
branch
4
6
66.6
line
true
false
branch
20
0
2
unless
my
$sth
=
$self
->dbh
->prepare
(
$sql
)
21
0
2
unless
$sth
->execute
(
@$binds
)
33
1
1
if
(
@$rows
==
$entries_per_page
+
1
)