blib/lib/Assert/Refute.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 16 | 37.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
184 | 0 | 36 | 0 | not ref $_ and $_ eq '{}' |
535 | 21 | 0 | 1 | $NDEBUG and not $conf->{'skip_all'} |
569 | 0 | 0 | 6 | ref $sub and UNIVERSAL::isa($sub, 'CODE') |
line | l | !l | condition |
---|---|---|---|
518 | 22 | 1 | $caller ||= scalar caller |
560 | 0 | 0 | $caller ||= scalar caller |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
561 | 0 | 0 | 0 | $CALLER_CONF{$caller} ||= $class->configure({}, $caller) |