blib/lib/Assert/Refute/T/Hash.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
54 | 3 | 3 | if ($allowed) |
61 | 1 | 5 | if @missing |
62 | 2 | 4 | if @extra |
95 | 4 | 4 | if (not ref $cond) { } |
1 | 3 | elsif (ref $cond eq 'Regexp') { } | |
2 | 1 | elsif (&blessed($cond) or UNIVERSAL::isa($cond, 'CODE')) { } |