line |
!l |
l&&!r |
l&&r |
condition |
133
|
0 |
0 |
0 |
$got_kind eq 'warn' and $exp_kind eq 'carped' |
213
|
1 |
274 |
1 |
defined $tests and $tests == 0 |
416
|
17 |
0 |
231 |
defined $val1 && defined $val2 |
467
|
0 |
0 |
0 |
ref $req_exe && $req_exe->isa('Bio::Tools::Run::WrapperBase') |
|
376 |
0 |
0 |
$req_exe and not ref $req_exe && $req_exe->isa('Bio::Tools::Run::WrapperBase') |
502
|
299 |
0 |
33 |
$req_net and not test_network() |
507
|
299 |
0 |
0 |
$req_email and not test_email() |
524
|
299 |
0 |
0 |
$req_env and not exists $ENV{$req_env} |
559
|
2 |
0 |
0 |
do {
${"${mod}::VERSION";} < $desired_version
} && do {
return "The optional module $mod was out of date (wanted v$desired_version)"
} |