Branch Coverage

blib/lib/Parse/ExCtags.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
31 0 1 if $forced
32 0 1 if $self->parsed
48 6 6 if ($line =~ m[^(.+?)\t(.+?)\t(/\^.+")\t(.+)?$]) { }
56 6 6 unless my $field = shift()
62 6 6 if (/($name_re):($value_re)/) { }