Branch Coverage

blib/lib/Devel/CallerStack/Level.pm
Criterion Covered Total %
branch 14 20 70.0


line true false branch
17 2 9 unless @caller
18 0 9 unless @caller > 10
30 11 19 unless $self->_check($idx, $check)
43 20 10 if (not ref $check) { }
5 5 elsif (ref $check eq 'Regexp') { }
5 0 elsif (ref $check eq 'CODE') { }
44 12 8 if "$data$check" =~ /^[\d\.e\-]+$/i
48 4 1 $data =~ /$check/ ? :
62 0 0 unless $self->_check($i++, $check)
63 0 0 unless CORE::wantarray