Condition Coverage

blib/lib/SQL/Stash.pm
Criterion Covered Total %
condition 0 12 0.0


or 2 conditions

line l !l condition
25 0 0 $should_cache ||= 1
30 0 0 $STASH{$class} ||= {}
34 0 0 $should_cache || 1

or 3 conditions

line l !l&&r !l&&!r condition
44 0 0 0 ref $self || $self
51 0 0 0 $stashed ||= $STASH{$class}{$name}