Branch Coverage

blib/lib/DBIx/Pager.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
26 0 0 if ($$self{'dsn'})
28 0 0 unless $$self{'dbh'} = 'DBI'->connect($$self{'dsn'}, $$self{'user'}, $$self{'password'}, {'RaiseError', 1, 'PrintError', 1})
45 0 0 if (ref $$self{'where_clause'} eq 'ARRAY') { }
64 0 0 if ($$self{'total'} > $$self{'offset'} + $$self{'limit'})
72 0 0 $$self{'offset'} ? :