Branch Coverage

blib/lib/JavaScript/Code/Condition.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
35 0 0 unless ref $args eq 'ARRAY'
41 0 0 unless ref $expr and $expr->isa('JavaScript::Code::Expression::Boolean')
46 0 0 unless ref $block and $block->isa('JavaScript::Code::Block')
55 0 0 unless defined $$self{'ifs'}
74 0 0 if (@_) { }
78 0 0 unless ref $block and $block->isa('JavaScript::Code::Block')
99 0 0 unless defined $self->ifs
108 0 0 if $i
115 0 0 if (defined $self->else)