| 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
}
} |