Branch Coverage

blib/lib/Sub/Inspector.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
16 1 6 unless ref $code eq 'CODE'
43 13 20 if (ref $stuff eq 'Sub::Inspector') { }
20 0 elsif (defined $stuff and $stuff eq 'Sub::Inspector') { }
47 13 7 if ref $arg eq 'CODE'