|
|
|
@ -24,24 +24,24 @@
|
|
|
|
|
<div class="analysis-block mt10 mb40 f14">
|
|
|
|
|
<div class="flex">
|
|
|
|
|
<div class="analysis-genral">
|
|
|
|
|
<p id="container_quality" style="max-width:260px;min-height:260px;width:260px; margin:0 auto;"></p>
|
|
|
|
|
<p id="container_sqale_rating" style="max-width:260px;min-height:260px;width:260px; margin:0 auto;"></p>
|
|
|
|
|
<p class="fontGrey3">质量等级</p>
|
|
|
|
|
<p class="fontBlue2 pr">A<span class="f8 c_white analysis-genral-icon b_green2 borderRadius">正常</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="analysis-genral" >
|
|
|
|
|
<p id="container_complex" style="max-width:260px;min-height:260px;width:260px; margin:0 auto;"></p>
|
|
|
|
|
<p id="container_function_complexity" style="max-width:260px;min-height:260px;width:260px; margin:0 auto;"></p>
|
|
|
|
|
<p class="fontGrey3">复杂度</p>
|
|
|
|
|
<p class="fontBlue2 pr">44<span class="f8 c_white analysis-genral-icon b_green2 borderRadius">正常</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex">
|
|
|
|
|
<div class="analysis-genral">
|
|
|
|
|
<p id="container_repeat" style="max-width:260px;min-height:260px;width:260px; margin:0 auto;"></p>
|
|
|
|
|
<p id="container_duplicated_lines_density" style="max-width:260px;min-height:260px;width:260px; margin:0 auto;"></p>
|
|
|
|
|
<p class="fontGrey3 mt15">重复</p>
|
|
|
|
|
<p class="fontBlue2 pr">44%<span class="f8 c_white analysis-genral-icon b_green2 borderRadius">正常</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="analysis-genral">
|
|
|
|
|
<p id="container_zhushi" style="max-width:260px;min-height:260px;width:260px; margin:0 auto;"></p>
|
|
|
|
|
<p id="container_comment_lines_density" style="max-width:260px;min-height:260px;width:260px; margin:0 auto;"></p>
|
|
|
|
|
<p class="fontGrey3">注释率</p>
|
|
|
|
|
<p class="fontBlue2 pr">12%<span class="f8 c_white analysis-genral-icon b_red borderRadius">偏低</span></p>
|
|
|
|
|
</div>
|
|
|
|
|