line |
true |
false |
branch |
69
|
0 |
0 |
unless open FH, "<$input" |
76
|
0 |
0 |
if ($line =~ /^\s*$/) |
80
|
0 |
0 |
if $line =~ /^\s*--[^!]/ |
84
|
0 |
0 |
if $line =~ /==/ |
88
|
0 |
0 |
if ($line =~ m[^\s*///]) { } |
|
0 |
0 |
elsif ($line =~ /^function/) { } |
|
0 |
0 |
elsif ($line =~ /^local.+function/) { } |
|
0 |
0 |
elsif ($in_function == 1 and $line =~ /^end/) { } |
|
0 |
0 |
elsif ($in_function == 0 and $line =~ /^(\S+)\s*=\s*{/ and not $line =~ /}/) { } |
|
0 |
0 |
elsif ($in_function == 0 and $line =~ /^\s*}/ and $in_block == 1) { } |
|
0 |
0 |
elsif ($in_function == 0 and $line =~ /=/) { } |
121
|
0 |
0 |
if $block_name |
139
|
0 |
0 |
if $value |