| blib/lib/Apache/Voodoo/Pager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 19 | 26.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 2 | 0 | 2 | defined $c{'count'} && $c{'count'} =~ /^\d+$/ |
| 52 | 2 | 0 | 2 | defined $c{'window'} && $c{'window'} =~ /^\d+$/ |
| 53 | 4 | 0 | 0 | defined $c{'limit'} && $c{'limit'} =~ /^\d+$/ |
| 81 | 0 | 0 | 0 | $res_count < $$self{'limit'} and $showall |
| line | l | !l | condition |
|---|---|---|---|
| 69 | 0 | 0 | $$params{'page'} || 1 |
| 70 | 0 | 0 | $$params{'showall'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 68 | 0 | 0 | 0 | $$params{'count'} || $$self{'count'} |