Branch Coverage

inc/UNIVERSAL/isa.pm
Criterion Covered Total %
branch 12 30 40.0


line true false branch
26 0 0 if $arg eq 'isa'
27 0 0 if $arg eq 'verbose'
33 9228 153432 if $UNIVERSAL::isa::recursing
41 0 153432 unless defined $invocant
42 8961 144471 if blessed $invocant
43 469 144002 if ref $invocant
44 0 144002 unless $invocant
50 0 0 if $verbose_warning
60 152963 0 if (my $override = eval { do { $_[0]->can('isa') } })
62 0 152963 unless ($override == \&UNIVERSAL::isa)
70 0 152963 if $verbose_warning
76 0 469 if $verbose_warning
84 0 0 $extra ? :
86 0 0 if (warnings::enabled())
89 0 0 if $calling_sub =~ /::isa$/