Branch Coverage

blib/lib/Chart/Sequence/Object.pm
Criterion Covered Total %
branch 12 30 40.0


line true false branch
32 0 1 ref $_[0] ? :
34 0 1 if (@_ == 1)
35 0 0 if (ref $_[0] eq 'HASH')
47 0 0 if ($method) { }
53 0 0 unless $method
71 0 0 if $s
76 0 0 if $Chart::Sequence::Object::_initted_members{$_}++
104 0 16 @_ && ref $_[0] ? :
110 0 16 defined $$options{'set_pre'} ? :
111 0 16 defined $$options{'get_pre'} ? :
117 11 5 if ($type eq '$') { }
0 5 elsif ($type eq '@') { }
181 0 6 unless eval join('', 'package ', $class, ";\n", @code, 1)
0 2 if @_ > 1
1 1 if (@_)