Condition Coverage

blib/lib/NetSDS/Util/Types.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
83 0 0 0 $value =~ /^[-+]?\d+$/ && $value >= -2147483648 && $value <= 2147483647
157 0 0 0 $ref && $ref eq 'SCALAR'
172 0 0 0 $ref && $ref eq 'ARRAY'
187 0 0 0 $ref && $ref eq 'HASH'
202 0 0 0 $ref && $ref eq 'CODE'