Branch Coverage

blib/lib/List/AutoNumbered.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
73 13 25 defined $_[0] ? :
124 4 24 unless defined $_[0]
136 3 16 if $TRACE
208 11 23 if $self->_update_lnum(@_)
225 1 7 if $self->_update_lnum(@_)
266 12 30 if (ref $_[0] eq 'List::AutoNumbered::Skipper') { }
268 2 10 if $TRACE
273 4 26 if $TRACE
300 10 14 unless @_ == 1 and &looks_like_number($_[0])