Condition Coverage

blib/lib/Devel/Walk/Unstorable.pm
Criterion Covered Total %
condition 6 11 54.5


and 3 conditions

line !l l&&!r l&&r condition
39 2 0 0 defined $self->{'LAST'} and @{$self->{'list'};}
2 0 0 defined $self->{'LAST'} and @{$self->{'list'};} and $self->{'list'}[-1] ne $self->{'LAST'}
89 12 6 20 ref $obj and not eval { do { $SIG{'__DIE__'} = "DEFAULT"; Storable::freeze($obj); 1 } }

or 2 conditions

line l !l condition
36 0 2 $self->{'list'} ||= []