Condition Coverage

blib/lib/Acme/Perl/VM.pm
Criterion Covered Total %
condition 7 29 24.1


and 3 conditions

line !l l&&!r l&&r condition
159 0 0 0 $PL_op->targ and not $name =~ /leave/
602 0 0 0 $cx->label and $cx->label eq $label
665 1 0 0 $PL_cxstack[$cxix]->lval and $PL_cxstack[$cxix]->cv->CvFLAGS & 2
817 0 0 14 $sv && ${$sv;} && defined ${$sv->object_2svref;}
916 0 0 0 $_->ROK and ${$PL_curpad[$padix];} == ${$_->RV;}
973 0 0 0 $PL_op and is_not_null($PL_op)

or 2 conditions

line l !l condition
9 0 22 $ENV{'APVM'} || $ENV{'APVM_DEBUG'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
185 0 0 0 $name eq 'const' or $name eq 'method_named'
566 0 72 14 $type eq 'EVAL' or $type eq 'SUB'
867 0 3 131 $cv->XSUB || $external{${$cv;}}