Condition Coverage

blib/lib/Devel/MAT/Tool/Count.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 0 $opts{'scalars'} and $sv->isa("Devel::MAT::SV::SCALAR")
154 0 0 0 $kind eq "SCALAR" and $opts{'scalars'}

or 2 conditions

line l !l condition
97 0 0 $opts{'emit_count'} // sub { !$_[1] || $_[2] ? $_[2] : ""; }
99 0 0 $opts{'emit_bytes'} // sub { !$_[1] || $_[2] ? "Devel::MAT::Cmd"->format_bytes($_[2]) : ""; }

or 3 conditions

line l !l&&r !l&&!r condition
97 0 0 0 !$_[1] || $_[2]
99 0 0 0 !$_[1] || $_[2]
106 0 0 0 $counts{ref $sv} //= Counts((0) x 4)
120 0 0 0 $counts_SCALAR{$desc} //= Counts((0) x 4)
134 0 0 0 $counts_per_package{ref $sv}{$sv->blessed->stashname} //= Counts((0) x 4)