Branch Coverage

lib/Wx/Perl/EntryList.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
137 0 0 if ($event eq 'add_entries') { }
0 0 elsif ($event eq 'delete_entries') { }
0 0 elsif ($event eq 'move_entries') { }
138 0 0 if ($it->current >= $args{'index'})
142 0 0 if ($it->current >= $args{'index'})
143 0 0 if ($it->current < $args{'index'} + $args{'count'}) { }
150 0 0 if ($it->current >= $args{'from'} and $it->current < $args{'from'} + $args{'count'}) { }