{{ define "js" }} {{ end }} {{ define "style" }} ul { list-style-type: none; padding-left: 0px; } .first_column { display: inline-block; width: 250px; } .date_column { display: inline-block; width: 35px; } .vertical_text { writing-mode: vertical-lr; transform: rotate(180deg); align-content: center; } .instrumented_column { display: inline-block; width: 50px; text-align: right; } .instrumented_column > pre { margin: 0 } .tree_depth_0 {width: 0px;} .tree_depth_1 {width: 20px;} .tree_depth_2 {width: 40px;} .tree_depth_3 {width: 60px;} .tree_depth_4 {width: 80px;} .tree_depth_5 {width: 100px;} .tree_depth_6 {width: 120px;} .tree_depth_7 {width: 140px;} .bold {font-weight: bold;} .caret { cursor: pointer; user-select: none; } .caret::before { color: black; content: "\25B6"; display: inline-block; margin-right: 3px; } .caret-down::before { transform: rotate(90deg); } .nested { display: none; } .active { display: block; } .data_row { width: fit-content; } ul > li:nth-of-type(even) .data_row {background: #F4F4F4;} ul > li:nth-of-type(odd) .data_row {background: #FFF;} ul > li > ul > li:nth-of-type(even) .data_row {background: #F4F4F4;} ul > li > ul > li:nth-of-type(odd) .data_row {background: #FFF;} ul > li > ul > li > ul > li:nth-of-type(even) .data_row {background: #F4F4F4;} ul > li > ul > li > ul > li:nth-of-type(odd) .data_row {background: #FFF;} ul > li > ul > li > ul > li > ul > li:nth-of-type(even) .data_row {background: #F4F4F4;} ul > li > ul > li > ul > li > ul > li:nth-of-type(odd) .data_row {background: #FFF;} ul > li > ul > li > ul > li > ul > li > ul > li:nth-of-type(even) .data_row {background: #F4F4F4;} ul > li > ul > li > ul > li > ul > li > ul > li:nth-of-type(odd) .data_row {background: #FFF;} ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:nth-of-type(even) .data_row {background: #F4F4F4;} ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:nth-of-type(odd) .data_row {background: #FFF;} ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:nth-of-type(even) .data_row {background: #F4F4F4;} ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:nth-of-type(odd) .data_row {background: #FFF;} .data_row:hover { background-color: #ffff99 !important; } .cover_percent { position: relative; display: inline-block; } .cover_percent .tooltiptext { visibility: hidden; background-color: black; color: #fff; text-align: left; border-radius: 6px; padding: 5px 0; /* Position the tooltip */ position: absolute; z-index: 1; } .cover_percent:hover .tooltiptext { visibility: visible; } #collapsible-list { font-family: monospace; } {{ end }} {{ define "body" }}











      

      
{{ end }} {{define "dir"}} {{range $child := .Items}}
  • {{$child.Name}}
    {{ range $i, $cov := $child.Coverage }}
    {{ if $child.IsDir }} {{ $cov }}% {{ else }} {{ $cov }}% {{ end }}
    {{ index $child.Tooltips $i }}
    {{ end }}
    {{ approxInstr $child.Summary }}
    {{ if $child.IsDir }} {{ end }}
  • {{end}} {{end}}