Branch Coverage

blib/lib/Siffra/Base.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
42 1 0 if ($^S)
61 0 0 if ($Siffra::Base::log)
126 0 0 if $AUTOLOAD =~ /DESTROY/u
132 0 0 unless exists $self->{$called}
142 0 1 if (${^GLOBAL_PHASE} eq 'DESTRUCT')
148 1 0 if (&blessed($self) and $self->isa('Siffra::Base')) { }