Branch Coverage

blib/lib/Devel/Walk/Unstorable.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
39 0 0 if defined $self->{'LAST'} and @{$self->{'list'};} and $self->{'list'}[-1] ne $self->{'LAST'}
47 4 34 unless defined $old
52 26 8 if substr($new, 0, $ol) eq $old
57 4 4 if $new =~ /^\$\$\{\Q$old\E\}/
69 4 34 if ($self->__deepest($self->{'LAST'}, $loc))
75 20 18 if ($self->check($loc, $obj)) { }
89 20 18 if ref $obj and not eval { do { $SIG{'__DIE__'} = "DEFAULT"; Storable::freeze($obj); 1 } }