-
Home
-
WooCommerce
-
4.9.2
-
Code
-
Classes
- WC_CSV_Exporter
Total Complexity |
59 |
Dependencies |
0 |
Dependents |
0 |
Total lines |
492 |
Lines of code |
194 |
Logical lines of code |
116 |
Comment lines |
236 |
Methods |
26 |
Properties |
9 |
Methods 26
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
format_term_ids() |
A |
49 |
12 |
32 |
format_data() |
S |
56 |
7 |
17 |
is_column_exporting() |
S |
62 |
5 |
11 |
export_row() |
S |
58 |
4 |
16 |
send_headers() |
S |
56 |
3 |
18 |
export_column_headers() |
S |
59 |
3 |
14 |
implode_values() |
S |
65 |
3 |
8 |
fputcsv() |
S |
60 |
2 |
13 |
set_column_names() |
S |
70 |
2 |
6 |
escape_data() |
S |
67 |
2 |
7 |
get_total_exported() |
S |
82 |
1 |
3 |
set_limit() |
S |
80 |
1 |
3 |
get_limit() |
S |
77 |
1 |
3 |
export_rows() |
S |
67 |
1 |
7 |
prepare_data_to_export() |
S |
100 |
1 |
0 |
get_data_to_export() |
S |
82 |
1 |
3 |
get_column_names() |
S |
77 |
1 |
3 |
send_content() |
S |
82 |
1 |
3 |
get_filename() |
S |
77 |
1 |
3 |
set_filename() |
S |
77 |
1 |
3 |
export() |
S |
70 |
1 |
6 |
get_default_column_names() |
S |
82 |
1 |
3 |
set_columns_to_export() |
S |
79 |
1 |
3 |
get_delimiter() |
S |
78 |
1 |
3 |
get_columns_to_export() |
S |
82 |
1 |
3 |
get_csv_data() |
S |
81 |
1 |
3 |