Condition Coverage

blib/lib/Test/ExpectAndCheck.pm
Criterion Covered Total %
condition 15 19 78.9


and 2 conditions

line l !l condition
641 2 1 $pkg eq $_ and return 1

and 3 conditions

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"

or 2 conditions

line l !l condition
415 14 0 ref $args->[-1] // ""