Branch Coverage

blib/lib/Inferno/RegMgr/Utils.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
16 0 0 if ($s =~ / \s | ' | \A\z /msx)
25 0 0 if ($s =~ s/\A'(.*)'\z/$1/msx)
34 0 0 unless $attr
43 0 0 if $s eq ''
44 0 0 unless $s =~ /\n\z/msx
48 0 0 unless $line =~ s/\A$qword//msx
52 0 0 unless $line =~ s/\s$qword\s$qword//msx
63 0 0 if @_ < 1
65 0 0 !(ref($cb) =~ /\A$STDREF\z/mosx) ? :
0 0 ref $cb eq 'CODE' ? :
0 0 !ref($cb) ? :
71 0 0 if ($cb_type eq 'CLASS' or $cb_type eq 'OBJECT') { }
0 0 elsif ($cb_type eq 'CODE') { }