@@ -58,6 +58,9 @@ <h3>Insufficient Coverage</h3>
58
58
</ tr >
59
59
</ thead >
60
60
< tbody >
61
+ < tr > < td > < a href ="CrudBase.php.html#7 "> San\Crud\Commands\CrudBase</ a > </ td > < td class ="text-right "> 69%</ td > </ tr >
62
+ < tr > < td > < a href ="CrudTemplate.php.html#10 "> San\Crud\Commands\CrudTemplate</ a > </ td > < td class ="text-right "> 80%</ td > </ tr >
63
+ < tr > < td > < a href ="CrudRemove.php.html#15 "> San\Crud\Commands\CrudRemove</ a > </ td > < td class ="text-right "> 89%</ td > </ tr >
61
64
62
65
</ tbody >
63
66
</ table >
@@ -74,6 +77,9 @@ <h3>Project Risks</h3>
74
77
</ tr >
75
78
</ thead >
76
79
< tbody >
80
+ < tr > < td > < a href ="CrudRemove.php.html#15 "> San\Crud\Commands\CrudRemove</ a > </ td > < td class ="text-right "> 16</ td > </ tr >
81
+ < tr > < td > < a href ="CrudBase.php.html#7 "> San\Crud\Commands\CrudBase</ a > </ td > < td class ="text-right "> 14</ td > </ tr >
82
+ < tr > < td > < a href ="CrudTemplate.php.html#10 "> San\Crud\Commands\CrudTemplate</ a > </ td > < td class ="text-right "> 7</ td > </ tr >
77
83
78
84
</ tbody >
79
85
</ table >
@@ -111,6 +117,9 @@ <h3>Insufficient Coverage</h3>
111
117
</ tr >
112
118
</ thead >
113
119
< tbody >
120
+ < tr > < td > < a href ="CrudBase.php.html#18 "> < abbr title ="San\Crud\Commands\CrudBase::getTemplateDir "> getTemplateDir</ abbr > </ a > </ td > < td class ="text-right "> 42%</ td > </ tr >
121
+ < tr > < td > < a href ="CrudTemplate.php.html#30 "> < abbr title ="San\Crud\Commands\CrudTemplate::handle "> handle</ abbr > </ a > </ td > < td class ="text-right "> 69%</ td > </ tr >
122
+ < tr > < td > < a href ="CrudRemove.php.html#35 "> < abbr title ="San\Crud\Commands\CrudRemove::handle "> handle</ abbr > </ a > </ td > < td class ="text-right "> 87%</ td > </ tr >
114
123
115
124
</ tbody >
116
125
</ table >
@@ -127,6 +136,9 @@ <h3>Project Risks</h3>
127
136
</ tr >
128
137
</ thead >
129
138
< tbody >
139
+ < tr > < td > < a href ="CrudRemove.php.html#35 "> < abbr title ="San\Crud\Commands\CrudRemove::handle "> handle</ abbr > </ a > </ td > < td class ="text-right "> 13</ td > </ tr >
140
+ < tr > < td > < a href ="CrudTemplate.php.html#30 "> < abbr title ="San\Crud\Commands\CrudTemplate::handle "> handle</ abbr > </ a > </ td > < td class ="text-right "> 5</ td > </ tr >
141
+ < tr > < td > < a href ="CrudBase.php.html#18 "> < abbr title ="San\Crud\Commands\CrudBase::getTemplateDir "> getTemplateDir</ abbr > </ a > </ td > < td class ="text-right "> 4</ td > </ tr >
130
142
131
143
</ tbody >
132
144
</ table >
@@ -136,7 +148,7 @@ <h3>Project Risks</h3>
136
148
< footer >
137
149
< hr />
138
150
< p >
139
- < small > Generated by < a href ="https://github.com/sebastianbergmann/php-code-coverage " target ="_top "> php-code-coverage 9.2.21</ a > using < a href ="https://secure.php.net/ " target ="_top "> PHP 8.1.13 </ a > and < a href ="https://phpunit.de/ "> PHPUnit 9.5.27</ a > at Sat Dec 17 14:51:30 UTC 2022.</ small >
151
+ < small > Generated by < a href ="https://github.com/sebastianbergmann/php-code-coverage " target ="_top "> php-code-coverage 9.2.21</ a > using < a href ="https://secure.php.net/ " target ="_top "> PHP 8.2.0 </ a > and < a href ="https://phpunit.de/ "> PHPUnit 9.5.27</ a > at Thu Dec 22 5:48:34 UTC 2022.</ small >
140
152
</ p >
141
153
</ footer >
142
154
</ div >
@@ -155,7 +167,7 @@ <h3>Project Risks</h3>
155
167
. yAxis . tickFormat ( d3 . format ( 'd' ) ) ;
156
168
157
169
d3 . select ( '#classCoverageDistribution svg' )
158
- . datum ( getCoverageDistributionData ( [ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 1 ] , "Class Coverage" ) )
170
+ . datum ( getCoverageDistributionData ( [ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 1 , 0 , 2 , 0 , 1 ] , "Class Coverage" ) )
159
171
. transition ( ) . duration ( 500 ) . call ( chart ) ;
160
172
161
173
nv . utils . windowResize ( chart . update ) ;
@@ -173,7 +185,7 @@ <h3>Project Risks</h3>
173
185
. yAxis . tickFormat ( d3 . format ( 'd' ) ) ;
174
186
175
187
d3 . select ( '#methodCoverageDistribution svg' )
176
- . datum ( getCoverageDistributionData ( [ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 4 ] , "Method Coverage" ) )
188
+ . datum ( getCoverageDistributionData ( [ 0 , 0 , 0 , 0 , 0 , 1 , 0 , 1 , 0 , 1 , 0 , 12 ] , "Method Coverage" ) )
177
189
. transition ( ) . duration ( 500 ) . call ( chart ) ;
178
190
179
191
nv . utils . windowResize ( chart . update ) ;
@@ -223,7 +235,7 @@ <h3>Project Risks</h3>
223
235
chart . yAxis . axisLabel ( 'Cyclomatic Complexity' ) ;
224
236
225
237
d3 . select ( '#classComplexity svg' )
226
- . datum ( getComplexityData ( [ [ 100 , 6 , "<a href=\"MakeCrud .php.html#18\">San\\Crud\\Commands\\MakeCrud <\/a>" ] ] , 'Class Complexity' ) )
238
+ . datum ( getComplexityData ( [ [ 69.23076923076923 , 11 , "<a href=\"CrudBase.php.html#7\">San\\Crud\\Commands\\CrudBase<\/a>" ] , [ 100 , 11 , "<a href=\"CrudGenerate .php.html#18\">San\\Crud\\Commands\\CrudGenerate<\/a>" ] , [ 89.36170212765957 , 16 , "<a href=\"CrudRemove.php.html#15\">San\\Crud\\Commands\\CrudRemove<\/a>" ] , [ 80 , 7 , "<a href=\"CrudTemplate.php.html#10\">San\\Crud\\Commands\\CrudTemplate <\/a>"] ] , 'Class Complexity' ) )
227
239
. transition ( )
228
240
. duration ( 500 )
229
241
. call ( chart ) ;
@@ -247,7 +259,7 @@ <h3>Project Risks</h3>
247
259
chart . yAxis . axisLabel ( 'Method Complexity' ) ;
248
260
249
261
d3 . select ( '#methodComplexity svg' )
250
- . datum ( getComplexityData ( [ [ 100 , 3 , "<a href=\"MakeCrud.php.html#38\">San\\Crud\\Commands\\MakeCrud::handle<\/a>" ] , [ 100 , 1 , "<a href=\"MakeCrud.php.html#135\">San\\Crud\\Commands\\MakeCrud::getTables<\/a>" ] , [ 100 , 1 , "<a href=\"MakeCrud.php.html#139\">San\\Crud\\Commands\\MakeCrud::getOptions<\/a>" ] , [ 100 , 1 , "<a href=\"MakeCrud.php.html#151\">San\\Crud\\Commands\\MakeCrud::getArguments<\/a>" ] ] , 'Method Complexity' ) )
262
+ . datum ( getComplexityData ( [ [ 100 , 4 , "<a href=\"CrudBase.php.html#8\">San\\Crud\\Commands\\CrudBase::getConfig<\/a>" ] , [ 100 , 1 , "<a href=\"CrudBase.php.html#14\">San\\Crud\\Commands\\CrudBase::getStubTypes<\/a>" ] , [ 42.857142857142854 , 3 , "<a href=\"CrudBase.php.html#18\">San\\Crud\\Commands\\CrudBase::getTemplateDir<\/a>" ] , [ 100 , 3 , "<a href=\"CrudBase.php.html#33\">San\\Crud\\Commands\\CrudBase::getCssFramework<\/a>" ] , [ 100 , 8 , "<a href=\"CrudGenerate.php.html#38\">San\\Crud\\Commands\\CrudGenerate::handle<\/a>" ] , [ 100 , 1 , "<a href=\"CrudGenerate.php.html#149\">San\\Crud\\Commands\\CrudGenerate::getTables<\/a>" ] , [ 100 , 1 , "<a href=\"CrudGenerate.php.html#153\">San\\Crud\\Commands\\CrudGenerate::getOptions<\/a>" ] , [ 100 , 1 , "<a href=\"CrudGenerate.php.html#169\">San\\Crud\\Commands\\CrudGenerate::getArguments<\/a>" ] , [ 87.17948717948718 , 13 , "<a href=\"CrudRemove.php.html#35\">San\\Crud\\Commands\\CrudRemove::handle<\/a>" ] , [ 100 , 1 , "<a href=\"CrudRemove.php.html#100\">San\\Crud\\Commands\\CrudRemove::getTables<\/a>" ] , [ 100 , 1 , "<a href=\"CrudRemove.php.html#104\">San\\Crud\\Commands\\CrudRemove::getOptions<\/a>" ] , [ 100 , 1 , "<a href=\"CrudRemove.php.html#114\">San\\Crud\\Commands\\CrudRemove::getArguments<\/a>" ] , [ 69.23076923076923 , 5 , "<a href=\"CrudTemplate.php.html#30\">San\\Crud\\Commands\\CrudTemplate::handle<\/a>" ] , [ 100 , 1 , "<a href=\"CrudTemplate.php.html#52\">San\\Crud\\Commands\\CrudTemplate::getOptions<\/a>" ] , [ 100 , 1 , "<a href=\"CrudTemplate.php.html#62\">San\\Crud\\Commands\\CrudTemplate::getArguments<\/a>" ] ] , 'Method Complexity' ) )
251
263
. transition ( )
252
264
. duration ( 500 )
253
265
. call ( chart ) ;
0 commit comments