Condition Coverage

inc/lib/TestML/Run.pm
Criterion Covered Total %
condition 10 34 29.4


and 3 conditions

line !l l&&!r l&&r condition
152 0 0 0 @$signature > 1 and @$args == 1
0 0 0 @$signature > 1 and @$args == 1 and $self->type($args) eq "list"
197 0 0 6 $self->{'bridge'} and $self->{'bridge'}->can($call)
413 6 0 0 defined $block->{'ONLY'} and not $self->{'warned_only'}
438 0 12 0 $point =~ /^\*/ and not exists $self->{'block'}{substr $point, 1}
0 12 0 $point =~ /^!*/ and exists $self->{'block'}{substr $point, 2}
466 0 0 0 defined $func and $self->type($func) eq "func"
617 0 0 10 defined $self->{'block'} && defined $self->{'block'}{'Label'}

or 2 conditions

line l !l condition
176 0 2 $ENV{'TESTML_BRIDGE'} || 'TestMLBridge'
611 0 7 $self->getv('Label') || ''

or 3 conditions

line l !l&&r !l&&!r condition
438 0 0 12 $point =~ /^\*/ and not exists $self->{'block'}{substr $point, 1} or $point =~ /^!*/ and exists $self->{'block'}{substr $point, 2}
611 3 0 7 $label ||= $self->getv('Label') || ''