line |
!l |
l&&!r |
l&&r |
condition |
274
|
22 |
0 |
1 |
&blessed($arg) and $arg->can('coerce') |
303
|
4 |
0 |
6 |
defined $_[0] && $_[0] =~ /./u |
311
|
2 |
0 |
8 |
defined $_[0] && $_[0] =~ /./u |
321
|
4 |
4 |
0 |
&blessed($arg) and $arg->can('check') || $arg->can('validate') |
373
|
28 |
0 |
0 |
&blessed($input) and $input->can('flatten') |
381
|
23 |
0 |
5 |
&blessed($spec) and $spec->isa('FormValidator::Tiny') |
462
|
4 |
1 |
13 |
/^(.)-(.)$/u and ord $1 < ord $2 |
486
|
6 |
2 |
3 |
@_ == 2 and 'ARRAY' eq ref $_[0] |
|
8 |
0 |
3 |
@_ == 2 and 'ARRAY' eq ref $_[0] and 'ARRAY' eq ref $_[1] |
523
|
2 |
1 |
3 |
$start ne '*' and $stop ne '*' |
|
3 |
2 |
1 |
$start ne '*' and $stop ne '*' and $start > $stop |
526
|
3 |
1 |
1 |
$start eq '*' and $stop eq '*' |
586
|
2 |
2 |
3 |
$start ne '*' and $stop ne '*' |
|
4 |
2 |
1 |
$start ne '*' and $stop ne '*' and $start > $stop |
594
|
4 |
1 |
1 |
$start eq '*' and $stop eq '*' |
618
|
1 |
1 |
1 |
defined $count and $count <= 1 |