Branch Coverage

blib/lib/Spreadsheet/WriteExcel/Properties.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
204 36 77 if ($property_type eq 'VT_I2') { }
73 4 elsif ($property_type eq 'VT_LPSTR') { }
4 0 elsif ($property_type eq 'VT_FILETIME') { }
257 72 12 if ($codepage == 1252) { }
12 0 elsif ($codepage == 65001) { }
264 12 0 if ($] > 5.008) { }
266 8 4 if (Encode::is_utf8($string)) { }
288 65 19 if (my $extra = $length % 4)