blib/lib/Assert/Refute/T/Tester.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 16 | 93.7 |
line | true | false | branch |
---|---|---|---|
91 | 0 | 20 | if ref $hash ne 'HASH' or ref $spec ne 'HASH' |
95 | 1 | 19 | if @extra |
102 | 1 | 18 | if $diag and ref $diag ne 'ARRAY' |
110 | 8 | 10 | if (defined $ok) |
111 | 3 | 5 | $ok ? : |
114 | 4 | 14 | if (defined $name) |
118 | 10 | 8 | if (defined $diag) |
138 | 11 | 3 | if (ref $exp eq 'Regexp') { } |