File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
PHP/CodeCoverage/Report/HTML/Renderer/Template Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3737 <div class="row">
3838 <div class="span6">
3939 <h2>Least Tested Classes</h2>
40- <table class="table-condensed ">
40+ <table class="table">
4141 <thead>
4242 <tr>
4343 <th></th>
4444 <th><div align="left">Class</div></th>
45- <th><div align="left ">Coverage</div></th>
45+ <th><div align="right ">Coverage</div></th>
4646 </tr>
4747 </thead>
4848 <tbody>
5252 </div>
5353 <div class="span6">
5454 <h2>Least Tested Methods</h2>
55- <table class="table-condensed ">
55+ <table class="table">
5656 <thead>
5757 <tr>
5858 <th></th>
5959 <th><div align="left">Method</div></th>
60- <th><div align="left ">Coverage</div></th>
60+ <th><div align="right ">Coverage</div></th>
6161 </tr>
6262 </thead>
6363 <tbody>
7979 <div class="row">
8080 <div class="span6">
8181 <h2>Top Project Risks (Classes)</h2>
82- <table class="table-condensed ">
82+ <table class="table">
8383 <thead>
8484 <tr>
8585 <th></th>
8686 <th><div align="left">Class</div></th>
87- <th><div align="left "><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></div></th>
87+ <th><div align="right "><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></div></th>
8888 </tr>
8989 </thead>
9090 <tbody>
9494 </div>
9595 <div class="span6">
9696 <h2>Top Project Risks (Methods)</h2>
97- <table class="table-condensed ">
97+ <table class="table">
9898 <thead>
9999 <tr>
100100 <th></th>
101101 <th><div align="left">Method</div></th>
102- <th><div align="left "><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></div></th>
102+ <th><div align="right "><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></div></th>
103103 </tr>
104104 </thead>
105105 <tbody>
You can’t perform that action at this time.
0 commit comments