line |
l |
!l&&r |
!l&&!r |
condition |
192
|
0 |
0 |
0 |
$opt{'workload_aref'} || croak(q['workload_aref' required]) |
193
|
0 |
0 |
0 |
$opt{'num_cpus'} || croak(q['num_cpus' required]) |
194
|
0 |
0 |
0 |
$opt{'config'} || croak(q['config' required]) |
282
|
7 |
0 |
0 |
$opt{'max_distance'} || croak('max_distance required') |
283
|
7 |
0 |
0 |
$opt{'fh'} || croak('fh required') |
284
|
7 |
0 |
0 |
$opt{'max_clusters'} || croak('max_clusters required') |
285
|
7 |
0 |
0 |
$opt{'file_type'} || confess('file_type required') |
360
|
3 |
0 |
0 |
$opt{'cluster_href'} || croak('cluster_href required') |
361
|
3 |
0 |
0 |
$opt{'distance_href'} || croak('distance_href required') |
362
|
3 |
0 |
0 |
$opt{'fh_all_clusters'} || croak('fh_all_clusters required') |
363
|
3 |
0 |
0 |
$opt{'max_top_seqs'} || croak('max_top_seqs required') |
512
|
10 |
0 |
0 |
shift() || croak('fh required') |
513
|
10 |
0 |
0 |
shift() || confess('file type required') |
543
|
10 |
0 |
0 |
shift() || croak('fh (first positional parameter) required') |
544
|
10 |
0 |
0 |
shift() || confess('file_type (second positional parameter) required') |