line |
true |
false |
branch |
101
|
0 |
0 |
if not defined $className && defined $fname or ref $className |
104
|
0 |
0 |
unless open IPFILE, $fname |
110
|
0 |
0 |
if ($state == 0) { } |
|
0 |
0 |
elsif ($state == 1) { } |
|
0 |
0 |
elsif ($state == 2) { } |
112
|
0 |
0 |
if (/DOCUMENTCOUNT\s*=\s*([0-9]+)/) { } |
|
0 |
0 |
elsif (/--Dimensions Start--/) { } |
|
0 |
0 |
elsif (/--Vectors Start--/) { } |
127
|
0 |
0 |
if (/--Dimensions End--/) { } |
|
0 |
0 |
elsif (/^--Dimensions/ or /^--Vectors/) { } |
|
0 |
0 |
elsif ($_ ne '') { } |
143
|
0 |
0 |
if (/--Vectors End--/) { } |
|
0 |
0 |
elsif (/^--Dimensions/ or /^--Vectors/) { } |
|
0 |
0 |
elsif ($_ ne '') { } |
190
|
0 |
0 |
unless defined $className and defined $fname and defined $documentCount and defined $dimensions and defined $vectors |
193
|
0 |
0 |
if ref $className or ref $fname |
196
|
0 |
0 |
unless $documentCount =~ /^[0-9]+$/ |
200
|
0 |
0 |
unless open OPFILE, ">$fname" |