| blib/lib/Test/ExpectAndCheck.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 19 | 78.9 |
| line | l | !l | condition |
|---|---|---|---|
| 641 | 2 | 1 | $pkg eq $_ and return 1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 207 | 57 | 6 | 0 | builtin::blessed($v) and $v->isa("Test::Deep::Ignore") |
| 57 | 0 | 6 | builtin::blessed($v) and $v->isa("Test::ExpectAndCheck::_NamedArgsChecker") | |
| 27 | 0 | 12 | $autoquote and $v =~ /^[[:alpha:]_][[:alnum:]_]*$/u | |
| 256 | 11 | 3 | 15 | $e = &first(sub { not $_->_called; } , @{$$self{"expectations"};}) and $e->_consume($method, @$args) |
| 415 | 10 | 10 | 4 | @$args and (ref $args->[-1] // "") eq "Test::ExpectAndCheck::_NamedArgsChecker" |
| line | l | !l | condition |
|---|---|---|---|
| 415 | 14 | 0 | ref $args->[-1] // "" |