Branch Coverage

blib/lib/App/RecordStream/DomainLanguage/Snippet.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
49 302 0 if (do { $var =~ /^\$(.*)$/ }) { }
75 438 46 if ($top_level_entrance == -1)
89 0 24 if ($next_enter != -1 and $next_exit == -1 || $next_enter < $next_exit)
96 46 0 if ($next_exit != -1 and $next_enter == -1 || $next_exit < $next_enter)
99 46 0 if ($level == 0)
124 4 42 if ($code =~ s/^([a-zA-Z_][a-zA-Z_0-9]*(,[a-zA-Z_][a-zA-Z_0-9]*)*)\|//)