-
Home
-
Export any WordPress data to XML/CSV
-
1.4.10 (latest)
-
Code
-
Classes
- XmlCsvExport
Total Complexity |
200 |
Dependencies |
12 |
Dependents |
7 |
Total lines |
969 |
Lines of code |
703 |
Logical lines of code |
503 |
Comment lines |
60 |
Methods |
15 |
Properties |
3 |
Methods 15
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
auto_generate_export_fields() |
D |
28 |
43 |
121 |
export_xml() |
D |
25 |
38 |
162 |
export_csv() |
D |
29 |
36 |
107 |
merge_headers() |
B |
35 |
19 |
82 |
prepare_csv_headers() |
B |
40 |
20 |
55 |
save_xml_to_file() |
A |
41 |
13 |
55 |
xml_header() |
A |
54 |
8 |
23 |
save_csv_to_file() |
S |
49 |
6 |
34 |
export() |
S |
62 |
3 |
13 |
getCsvWriter() |
S |
62 |
3 |
11 |
before_xml_node() |
S |
65 |
3 |
8 |
after_xml_node() |
S |
65 |
3 |
8 |
_get_valid_header_name() |
S |
62 |
2 |
12 |
isNotProductExport() |
S |
68 |
2 |
7 |
addElement() |
S |
72 |
1 |
5 |