Condition Coverage

inc/lib/TestML/Run/TAP.pm
Criterion Covered Total %
condition 3 18 16.6


and 3 conditions

line !l l&&!r l&&r condition
39 0 3 0 not $not and $got ne $want
3 0 0 not $not and $got ne $want and $want =~ /\n/
3 0 0 not $not and $got ne $want and $want =~ /\n/ and !defined($self->getv('Diff')) || $self->getv('Diff')
0 0 0 not $not and $got ne $want and $want =~ /\n/ and !defined($self->getv('Diff')) || $self->getv('Diff') and not $ENV{'TESTML_NO_DIFF'}
0 0 0 not $not and $got ne $want and $want =~ /\n/ and !defined($self->getv('Diff')) || $self->getv('Diff') and not $ENV{'TESTML_NO_DIFF'} and eval { do { require Text::Diff } }

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 0 !defined($self->getv('Diff')) || $self->getv('Diff')