Condition Coverage

blib/lib/ThaiSchema.pm
Criterion Covered Total %
condition 18 24 75.0


and 3 conditions

line !l l&&!r l&&r condition
36 0 0 18 &blessed($schema) and $schema->can('match')
120 10 1 1 %rest_keys and not $ThaiSchema::ALLOW_EXTRA
192 2 0 2 $flags & 12288 and not $flags & 16384
209 2 1 2 $flags & 12288 and int $value == $value
3 0 2 $flags & 12288 and int $value == $value and not $flags & 16384
229 3 0 2 $flags & 12288 and not $flags & 16384
245 1 3 0 ref $value eq 'SCALAR' and $$value eq 1 || $$value eq 0

or 3 conditions

line l !l&&r !l&&!r condition
245 1 1 1 $$value eq 1 || $$value eq 0