blib/lib/MongoDBx/Tiny/Validator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | l | !l | condition |
---|---|---|---|
86 | 0 | 0 | $code || 'nocode' |
164 | 0 | 0 | $ret ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
30 | 0 | 0 | 0 | shift() || confess('no collection name') |
31 | 0 | 0 | 0 | shift() || confess('no document') |
32 | 0 | 0 | 0 | shift() || confess('no tiny') |
86 | 0 | 0 | 0 | $message || sprintf('fail: %s', $code) |
129 | 0 | 0 | 0 | ref $self->tiny || $self->tiny |