22< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css ">
33< script src ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js "> </ script >
44< style >
5- body { font-family : monospace; font-size : 16px ; }
5+ body { font-family : monospace; text-align : center; }
6+ # funcTable table { margin : 0 auto; width : auto; max-width : 300px ; font-size : 14px ; border-collapse : collapse; }
7+ # funcTable th , # funcTable td { padding : 2px 6px ; text-align : left; white-space : nowrap; }
8+ # funcTable th { background-color : # ddd ; }
9+ # funcTable td : nth-child (2 ) { text-align : right; min-width : 50px ; }
610.zero-hits { background-color : # fcc ; font-weight : bold; color : red; }
711.nonzero-hits { color : green; font-weight : bold; }
812.low-hits { background-color : # ffe6b3 ; }
913.high-hits { background-color : # cfc ; }
10- th , td { padding : 0px ; font-size : 12px ; }
14+ . source-code-table { margin-left : 10 px ; } th , td { padding : 0px ; font-size : 12px ; }
1115table .table { font-size : 14px ; border-collapse : collapse; }
1216table .table th , table .table td { padding : 1px ; font-size : 12px ; line-height : 1.2 ; }
1317table .table tr { height : auto; }
@@ -23,7 +27,7 @@ <h2>Function Coverage:</h2><table class="table table-bordered"><thead><tr><th>Fu
2327< tr > < td style ="padding: 1px; min-width: 13ch; "> name:11</ td > < td style ="padding: 1px; color: red; font-weight: bold; "> 0</ td > </ tr >
2428< tr > < td style ="padding: 1px; min-width: 13ch; "> components:15</ td > < td style ="padding: 1px; color: red; font-weight: bold; "> 0</ td > </ tr >
2529</ tbody > </ table > </ div >
26- < h2 > Source Code:</ h2 > < table class ="table table-bordered "> < thead > < tr > < th > Line</ th > < th > Hits</ th > < th > Code</ th > </ tr > </ thead > < tbody >
30+ < h2 > Source Code:</ h2 > < table class ="table table-bordered source-code-table "> < thead > < tr > < th > Line</ th > < th > Hits</ th > < th > Code</ th > </ tr > </ thead > < tbody >
2731< tr > < td > 1</ td > < td > 1</ td > < td > < span class =high-hits > local jecs = require("@jecs")</ span > </ td > </ tr >
2832< tr > < td > 2</ td > < td > 1</ td > < td > < span class =high-hits > local ECS_GENERATION = jecs.ECS_GENERATION</ span > </ td > </ tr >
2933< tr > < td > 3</ td > < td > 1</ td > < td > < span class =high-hits > local ECS_ID = jecs.ECS_ID</ span > </ td > </ tr >
0 commit comments