line |
l |
!l&&r |
!l&&!r |
condition |
49
|
3 |
0 |
1 |
&reftype($first) ne 'CODE' or &reftype($second) ne 'CODE' |
77
|
18 |
2 |
13 |
$_->isa('UR::Object') || $_->isa('UR::BoolExpr::Util::clonedThing') |
104
|
0 |
1 |
44 |
$reftype eq 'SCALAR' or $reftype eq 'REF' |
144
|
63 |
0 |
4894 |
ref $value2 or index($value2, $unit_sep) >= 0 |
|
63 |
0 |
4894 |
ref $value2 or index($value2, $unit_sep) >= 0 or index($value2, $record_sep) >= 0 |
154
|
304 |
835 |
1592916 |
ref $value or index($value, $unit_sep) >= 0 |
|
1139 |
320 |
1592596 |
ref $value or index($value, $unit_sep) >= 0 or index($value, $record_sep) >= 0 |