| blib/lib/Spreadsheet/XLSX/Reader/LibXML/ParseExcelFormatStrings.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| subroutine | 51 | 52 | 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 |
| 25 | 2 | n/a | BEGIN |
| 32 | 2 | n/a | BEGIN |
| 125 | 0 | Yes | get_defined_conversion |
| 151 | 50 | Yes | parse_excel_format_string |
| 398 | 6 | n/a | _build_text |
| 426 | 4 | n/a | __ANON__ |
| 432 | 16 | n/a | _build_date |
| 561 | 102 | n/a | __ANON__ |
| 623 | 16 | n/a | _build_datestring |
| 635 | 23 | n/a | __ANON__ |
| 746 | 7 | n/a | _build_duration |
| 802 | 47 | n/a | _build_number |
| 821 | 4 | n/a | __ANON__ |
| 919 | 14 | n/a | _build_integer_sub |
| 953 | 62 | n/a | __ANON__ |
| 981 | 14 | n/a | _build_decimal_sub |
| 1016 | 62 | n/a | __ANON__ |
| 1045 | 2 | n/a | _build_percent_sub |
| 1085 | 16 | n/a | __ANON__ |
| 1122 | 3 | n/a | _build_scientific_sub |
| 1164 | 27 | n/a | __ANON__ |
| 1212 | 10 | n/a | _build_fraction_sub |
| 1229 | 240 | n/a | __ANON__ |
| 1266 | 380 | n/a | _build_elements |
| 1281 | 380 | n/a | _convert_negative |
| 1296 | 112 | n/a | _divide_by_thousands |
| 1313 | 14 | n/a | _convert_to_percent |
| 1326 | 380 | n/a | _split_decimal_integer |
| 1348 | 24 | n/a | _move_decimal_point |
| 1404 | 150 | n/a | _round_decimal |
| 1448 | 380 | n/a | _add_commas |
| 1467 | 24 | n/a | _pad_exponent |
| 1483 | 230 | n/a | _build_fraction |
| 1510 | 138 | n/a | _build_divisor_fraction |
| 1539 | 106 | n/a | _add_integer_separator |
| 1564 | 92 | n/a | _continued_fraction |
| 1653 | 92 | n/a | _integers_to_fraction |
| 1678 | 112 | n/a | _best_fraction |
| 1713 | 456 | n/a | _integer_and_decimal |
| 1730 | 112 | n/a | _gcd |
| 1748 | 2 | n/a | BEGIN |