blib/lib/Data/Page/Viewport.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 20 | 50.0 |
line | true | false | branch |
---|---|---|---|
110 | 3 | 0 | if (exists $arg{$arg_name}) { } |
0 | 0 | elsif ($caller_is_obj) { } | |
147 | 14 | 10 | if ($offset > 0) { } |
10 | 0 | elsif ($offset < 0) { } | |
150 | 3 | 11 | if $$self{'_current'} > $$self{'_port'}{'outer'}{'bottom'} |
151 | 0 | 0 | $$self{'_current'} > $$self{'_port'}{'inner'}{'bottom'} ? : |
14 | 0 | $$self{'_old_style'} ? : | |
167 | 2 | 8 | if $$self{'_current'} < $$self{'_port'}{'outer'}{'top'} |
168 | 0 | 0 | $$self{'_current'} < $$self{'_port'}{'inner'}{'top'} ? : |
10 | 0 | $$self{'_old_style'} ? : |