|  line  | 
 !l  | 
 l&&!r  | 
 l&&r  | 
 condition  | 
 
| 
31
 | 
 1  | 
 0  | 
 1917  | 
 keys %$data == 1 and exists $data->{'value'}  | 
 
| 
118
 | 
 0  | 
 2  | 
 4  | 
 $data and $data->isa("Venus::Hash")  | 
 
| 
126
 | 
 0  | 
 4  | 
 2  | 
 $data and $data->isa("Venus::Array")  | 
 
| 
207
 | 
 0  | 
 6  | 
 2  | 
 $data and ref $data  | 
 
| 
 | 
 6  | 
 1  | 
 1  | 
 $data and ref $data and ref $data eq "HASH"  | 
 
| 
215
 | 
 0  | 
 6  | 
 2  | 
 $data and ref $data  | 
 
| 
 | 
 6  | 
 1  | 
 1  | 
 $data and ref $data and ref $data eq "ARRAY"  | 
 
| 
998
 | 
 406  | 
 20  | 
 0  | 
 &Scalar::Util::isdual($value) && ("$value" eq '' && $value + 0 == 0 || "$value" == '1' && $value + 0 == 1 || "$value" == '0' && $value + 0 == 0)  | 
 
| 
1008
 | 
 140  | 
 197  | 
 69  | 
 &Scalar::Util::looks_like_number($value) && length do {
	$value =~ /^[+-]?([0-9]*)?\.[0-9]+$/u
}  | 
 
| 
1016
 | 
 140  | 
 19  | 
 178  | 
 &Scalar::Util::looks_like_number($value) && length do {
	BEGIN {${^WARNING_BITS} = "\x54\x55\x55\x51\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x05"}
$value & ''
}  |