line |
!l |
l&&!r |
l&&r |
condition |
276
|
22 |
0 |
1 |
&blessed($arg) and $arg->can('coerce') |
305
|
4 |
0 |
6 |
defined $_[0] && $_[0] =~ /./u |
313
|
2 |
0 |
8 |
defined $_[0] && $_[0] =~ /./u |
323
|
4 |
4 |
0 |
&blessed($arg) and $arg->can('check') || $arg->can('validate') |
375
|
28 |
0 |
0 |
&blessed($input) and $input->can('flatten') |
383
|
23 |
0 |
5 |
&blessed($spec) and $spec->isa('FormValidator::Tiny') |
464
|
4 |
1 |
13 |
/^(.)-(.)$/u and ord $1 < ord $2 |
488
|
6 |
2 |
3 |
@_ == 2 and 'ARRAY' eq ref $_[0] |
|
8 |
0 |
3 |
@_ == 2 and 'ARRAY' eq ref $_[0] and 'ARRAY' eq ref $_[1] |
525
|
2 |
1 |
3 |
$start ne '*' and $stop ne '*' |
|
3 |
2 |
1 |
$start ne '*' and $stop ne '*' and $start > $stop |
528
|
3 |
1 |
1 |
$start eq '*' and $stop eq '*' |
588
|
2 |
2 |
3 |
$start ne '*' and $stop ne '*' |
|
4 |
2 |
1 |
$start ne '*' and $stop ne '*' and $start > $stop |
596
|
4 |
1 |
1 |
$start eq '*' and $stop eq '*' |
637
|
1 |
1 |
1 |
defined $count and $count <= 1 |