Branch Coverage

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


line true false branch
76 13 27 defined $_[0] ? :
127 4 27 unless defined $_[0]
139 3 17 if $TRACE
216 11 26 if $self->_update_lnum(@_)
233 1 7 if $self->_update_lnum(@_)
274 12 33 if (ref $_[0] eq 'List::AutoNumbered::Skipper') { }
276 2 10 if $TRACE
281 4 29 if $TRACE
308 10 14 unless @_ == 1 and &looks_like_number($_[0])