Branch Coverage

blib/lib/Excel/Writer/XLSX/Package/Custom.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
157 2 16 if ($type eq 'date') { }
4 12 elsif ($type eq 'number') { }
2 10 elsif ($type eq 'number_int') { }
4 6 elsif ($type eq 'bool') { }
244 2 2 if ($data) { }