Branch Coverage

blib/lib/EB/CPAN/Carp/Assert.pm
Criterion Covered Total %
branch 3 24 12.5


line true false branch
33 0 6 exists $ENV{'PERL_NDEBUG'} ? :
34 0 6 if (grep /^:NDEBUG$/, @_ or $env_ndebug) { }
37 0 0 if ($func eq 'affirm') { }
74 0 0 if defined $name
279 0 6 unless ($_[0])
326 0 0 unless (eval { do { &{$_[0];} } })
329 0 0 unless (defined $name)
334 0 0 if $@
379 0 0 unless ($_[0] eq $_[1])
387 0 0 unless ($_[0] ne $_[1])
397 0 0 exists $ENV{'PERL_NDEBUG'} ? :
398 0 0 if ($env_ndebug) { }