-
Home
-
WooPOS Gift Cards for WooCommerce
-
2.4
-
Code
-
Classes
- File_CSV_DataSource
| Total Complexity |
111 |
| Dependencies |
0 |
| Dependents |
1 |
| Total lines |
2,205 |
| Lines of code |
366 |
| Logical lines of code |
225 |
| Comment lines |
1,706 |
| Methods |
36 |
| Properties |
4 |
Methods 36
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| fillColumn() |
A |
49 |
11 |
29 |
| connect() |
A |
53 |
8 |
25 |
| fillRow() |
A |
56 |
8 |
17 |
| getRows() |
S |
59 |
6 |
15 |
| symmetrize() |
S |
57 |
5 |
17 |
| walkColumn() |
S |
58 |
5 |
16 |
| parse() |
S |
54 |
4 |
21 |
| appendColumn() |
S |
58 |
4 |
16 |
| removeColumn() |
S |
58 |
4 |
16 |
| setHeaders() |
S |
61 |
4 |
14 |
| walkRow() |
S |
61 |
4 |
12 |
| createHeaders() |
S |
60 |
3 |
13 |
| getColumn() |
S |
62 |
3 |
11 |
| removeRow() |
S |
62 |
3 |
11 |
| isSymmetric() |
S |
65 |
3 |
9 |
| getAsymmetricRows() |
S |
64 |
3 |
10 |
| walkGrid() |
S |
67 |
3 |
8 |
| removeEmpty() |
S |
64 |
3 |
10 |
| validates() |
S |
67 |
3 |
9 |
| getCell() |
S |
68 |
2 |
7 |
| fillCell() |
S |
65 |
2 |
9 |
| hasCell() |
S |
72 |
2 |
5 |
| getRow() |
S |
69 |
2 |
7 |
| getRawArray() |
S |
68 |
2 |
8 |
| moveHeadersToRows() |
S |
67 |
2 |
9 |
| resetKeys() |
S |
70 |
2 |
7 |
| __construct() |
S |
81 |
1 |
3 |
| load() |
S |
74 |
1 |
5 |
| settings() |
S |
79 |
1 |
3 |
| getHeaders() |
S |
82 |
1 |
3 |
| countHeaders() |
S |
80 |
1 |
3 |
| hasColumn() |
S |
79 |
1 |
3 |
| countRows() |
S |
80 |
1 |
3 |
| appendRow() |
S |
72 |
1 |
5 |
| hasRow() |
S |
79 |
1 |
3 |
| flush() |
S |
77 |
1 |
4 |