-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathOutputWithMinimalConfig.txt
More file actions
58 lines (53 loc) · 3.22 KB
/
Copy pathOutputWithMinimalConfig.txt
File metadata and controls
58 lines (53 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Config: ./tests/Unit/Command/../../../tests/Fixtures/minimal-config.yml
Cache: enabled
Class: \ClassOne
File: tests/TestCode/FileWithTwoClasses.php
┌─────────────┬────────────┐
│ Method Name │ Cognitive │
│ │ Complexity │
├─────────────┼────────────┤
│ add │ 0 │
└─────────────┴────────────┘
Class: \ClassTwo
File: tests/TestCode/FileWithTwoClasses.php
┌─────────────┬────────────┐
│ Method Name │ Cognitive │
│ │ Complexity │
├─────────────┼────────────┤
│ add │ 0 │
└─────────────┴────────────┘
Class: \Doctrine\ORM\Tools\Pagination\Paginator
File: tests/TestCode/Paginator.php
┌───────────────────────────────────────────┬────────────┐
│ Method Name │ Cognitive │
│ │ Complexity │
├───────────────────────────────────────────┼────────────┤
│ __construct │ 0 │
│ getQuery │ 0 │
│ getFetchJoinCollection │ 0 │
│ getUseOutputWalkers │ 0 │
│ setUseOutputWalkers │ 0 │
│ count │ 0 │
│ getIterator │ 2.079 │
│ cloneQuery │ 0 │
│ useOutputWalker │ 0 │
│ appendTreeWalker │ 0 │
│ getCountQuery │ 0 │
│ unbindUnusedQueryParams │ 0.336 │
│ convertWhereInIdentifiersToDatabaseValues │ 0.182 │
└───────────────────────────────────────────┴────────────┘
Class: \WP_Debug_Data
File: tests/TestCode/WpDebugData.php
┌───────────────────┬────────────┐
│ Method Name │ Cognitive │
│ │ Complexity │
├───────────────────┼────────────┤
│ check_for_updates │ 0 │
│ debug_data │ 16.267 │
│ get_wp_constants │ 4.874 │
│ get_wp_filesystem │ 0.693 │
│ get_mysql_var │ 0 │
│ format │ 3.584 │
│ get_database_size │ 0 │
│ get_sizes │ 6.628 │
└───────────────────┴────────────┘