Branch Coverage

blib/lib/Babble/Plugin/CoreSignatures.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
18 2 2 if ((my $after = $s->{'after'}->text) =~ /\S/)
30 2 2 if ((my $before = $s->{'before'}->text) =~ /\S/)
46 8 2 if ((my $before = $s->{'before'}->text) =~ /\S/)
67 7 7 if ($attr->text =~ /prototype(\(.*?\))/)
72 2 0 unless $attr->text =~ /^\s*:/
90 1 8 if ($part =~ s/^(\S+?)\s*=\s*(.*?)(,$|$)/$1$3/)
96 8 2 @sig_text ? :
102 7 3 if ($proto) { }