Condition Coverage

blib/lib/MongoDBx/Tiny/Attributes.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
74 0 0 0 defined $min and @$target < $min
78 0 0 0 defined $min and length $target < $min
326 0 0 0 defined $target and $target ne ''

or 2 conditions

line l !l condition
355 0 0 shift() || 'local'

or 3 conditions

line l !l&&r !l&&!r condition
74 0 0 0 @$target > $max or defined $min and @$target < $min
78 0 0 0 length $target > $max or defined $min and length $target < $min