Branch Coverage

blib/lib/Rstats/Object.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
125 0 127275 unless &Scalar::Util::blessed($self) and $self->isa('Rstats::Object')
131 0 127275 unless $r and my $helper = $r->get_helper($method)
135 127267 8 if (ref $helper eq 'CODE') { }