Branch Coverage

blib/lib/Tie/Scalar/Transactional.pm
Criterion Covered Total %
branch 10 20 50.0


line true false branch
31 0 1 if (not defined $var) { }
0 1 elsif (ref $var) { }
83 2 0 if (@_ == 1) { }
0 0 elsif (@_ == 2) { }
84 2 0 if (UNIVERSAL::isa($_[0], 'Tie::Scalar::Transactional')) { }
86 0 0 unless ref $_[0]
107 4 1 if (@_ == 1) { }
1 0 elsif (@_ == 2) { }
108 3 1 if (UNIVERSAL::isa($_[0], 'Tie::Scalar::Transactional')) { }
110 1 0 unless ref $_[0]