Condition Coverage

blib/lib/Scalar/Defer.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
104 0 0 8 $_ ne 'DESTROY' and $_ ne 'DEMOLISH'
0 0 8 $_ ne 'DESTROY' and $_ ne 'DEMOLISH' and $_ ne 'BEGIN'
0 0 8 $_ ne 'DESTROY' and $_ ne 'DEMOLISH' and $_ ne 'BEGIN' and $_ ne 'END'
0 0 8 $_ ne 'DESTROY' and $_ ne 'DEMOLISH' and $_ ne 'BEGIN' and $_ ne 'END' and $_ ne 'AUTOLOAD'

or 3 conditions

line l !l&&r !l&&!r condition
73 24 1 6 $_defer{id($_[0])} ||= $_defer{do { my $self = $_[0]; return $self unless ref $self eq '0'; bless $self, 'UNIVERSAL'; my $id = $$self; bless $self, '0'; $id }}