blib/lib/MongoDBx/Tiny/Attributes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
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 '' |
line | l | !l | condition |
---|---|---|---|
355 | 0 | 0 | shift() || 'local' |
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 |