| blib/lib/Spreadsheet/XLSX/Reader/LibXML/ParseExcelFormatStrings.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| subroutine | 50 | 51 | 98.0 |
| pod | 2 | 2 | 100.0 |
| line | count | pod | subroutine |
|---|---|---|---|
| 3 | 2 | n/a | BEGIN |
| 6 | 2 | n/a | BEGIN |
| 7 | 2 | n/a | BEGIN |
| 17 | 2 | n/a | BEGIN |
| 18 | 2 | n/a | BEGIN |
| 19 | 2 | n/a | BEGIN |
| 20 | 2 | n/a | BEGIN |
| 21 | 2 | n/a | BEGIN |
| 22 | 2 | n/a | BEGIN |
| 23 | 2 | n/a | BEGIN |
| 24 | 2 | n/a | BEGIN |
| 31 | 2 | n/a | BEGIN |
| 117 | 0 | Yes | get_defined_conversion |
| 143 | 48 | Yes | parse_excel_format_string |
| 390 | 6 | n/a | _build_text |
| 418 | 4 | n/a | __ANON__ |
| 424 | 15 | n/a | _build_date |
| 553 | 100 | n/a | __ANON__ |
| 615 | 15 | n/a | _build_datestring |
| 624 | 14 | n/a | __ANON__ |
| 700 | 7 | n/a | _build_duration |
| 756 | 47 | n/a | _build_number |
| 775 | 4 | n/a | __ANON__ |
| 873 | 14 | n/a | _build_integer_sub |
| 907 | 62 | n/a | __ANON__ |
| 935 | 14 | n/a | _build_decimal_sub |
| 970 | 62 | n/a | __ANON__ |
| 999 | 2 | n/a | _build_percent_sub |
| 1039 | 16 | n/a | __ANON__ |
| 1076 | 3 | n/a | _build_scientific_sub |
| 1118 | 27 | n/a | __ANON__ |
| 1166 | 10 | n/a | _build_fraction_sub |
| 1183 | 240 | n/a | __ANON__ |
| 1220 | 380 | n/a | _build_elements |
| 1235 | 380 | n/a | _convert_negative |
| 1250 | 112 | n/a | _divide_by_thousands |
| 1267 | 14 | n/a | _convert_to_percent |
| 1280 | 380 | n/a | _split_decimal_integer |
| 1302 | 24 | n/a | _move_decimal_point |
| 1358 | 150 | n/a | _round_decimal |
| 1402 | 380 | n/a | _add_commas |
| 1421 | 24 | n/a | _pad_exponent |
| 1437 | 230 | n/a | _build_fraction |
| 1464 | 138 | n/a | _build_divisor_fraction |
| 1493 | 106 | n/a | _add_integer_separator |
| 1518 | 92 | n/a | _continued_fraction |
| 1607 | 92 | n/a | _integers_to_fraction |
| 1632 | 112 | n/a | _best_fraction |
| 1667 | 456 | n/a | _integer_and_decimal |
| 1684 | 112 | n/a | _gcd |
| 1702 | 2 | n/a | BEGIN |