<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <title>Cangjie Code Coverage Report</title>
  <style media="screen" type="text/css">
  body
{
  color: #000000;
  background-color: #FFFFFF;
}

/* Link formats: use maroon w/underlines */
a:link
{
  color: navy;
  text-decoration: underline;
}
a:visited
{
  color: maroon;
  text-decoration: underline;
}
a:active
{
  color: navy;
  text-decoration: underline;
}

/*** TD formats ***/
td
{
  font-family: sans-serif;
}
td.title
{
  text-align: center;
  padding-bottom: 10px;
  font-size: 20pt;
  font-weight: bold;
}

/* TD Header Information */
td.headerName
{
  text-align: right;
  color: black;
  padding-right: 6px;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
td.headerValue
{
  text-align: left;
  color: #284FA8;
  font-family: sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

td.headerTableEntry
{
  text-align: right;
  color: black;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 4px;
  background-color: LightBlue;
}
td.headerValueLeg
{
  text-align: left;
  color: black;
  font-size: 80%;
  white-space: nowrap;
  padding-top: 2px;
}

/* Color of horizontal ruler */
td.hr
{
  background-color: navy;
  height:3px;
}
/* Footer format */
td.footer
{
  text-align: center;
  padding-top: 3px;
  font-family: sans-serif;
}

/* Coverage Table */

td.coverTableHead
{
  text-align: center;
  color: white;
  background-color: SteelBlue;
  font-family: sans-serif;
  font-size: 120%;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}
td.coverFile
{
  text-align: left;
  padding-left: 10px;
  padding-right: 20px;
  color: black;
  background-color: LightBlue;
  font-family: monospace;
  font-weight: bold;
  font-size: 110%;
}
td.coverBar
{
  padding-left: 10px;
  padding-right: 10px;
  background-color: LightBlue;
}
td.coverBarOutline
{
  background-color: white;
}
td.coverValue
{
  padding-top: 2px;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sans-serif;
  white-space: nowrap;
  font-weight: bold;
}

/* Link Details */
a.detail:link
{
  color: #B8D0FF;
  font-size:80%;
}
a.detail:visited
{
  color: #B8D0FF;
  font-size:80%;
}
a.detail:active
{
  color: #FFFFFF;
  font-size:80%;
}

.graphcont{
    color:#000;
    font-weight:700;
    float:left
}

.graph{
    float:left;
    background-color: white;
    position:relative;
    width:280px;
    padding:0
}

.graph .bar{
    display:block;
    position:relative;
    border:black 1px solid;
    text-align:center;
    color:#fff;
    height:10px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:1.9em
}

.graph .bar span{
    position:absolute;
    left:1em
}

td.coveredLine,
span.coveredLine
{
    background-color: LightGreen!important;
}

td.uncoveredLine,
span.uncoveredLine
{
    background-color: LightPink!important;
}

.linebranch, .linecount
{
    border-right: 1px gray solid;
    background-color: lightgray;
}

.linebranchDetails
{
    position: relative;
}
.linebranchSummary
{
    cursor: help;
}
.linebranchContents
{
    font-family: sans-serif;
    font-size: small;
    text-align: left;
    position: absolute;
    width: 15em;
    padding: 1em;
    background: white;
    border: solid gray 1px;
    box-shadow: 5px 5px 10px gray;
    z-index: 1; /* show in front of the table entries */
}

.takenBranch
{
    color: Green!important;
    cursor: help;
}

.notTakenBranch
{
    color: Red!important;
    cursor: help;
}

.src
{
    padding-left: 12px;
}

.srcHeader,
span.takenBranch,
span.notTakenBranch
{
    font-family: monospace;
    font-weight: bold;
}

pre
{
    height : 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.lineno
{
    background-color: #EFE383;
    border-right: 1px solid #BBB15F;
}
  </style>
</head>

<body>

  <table width="100%" border=0 cellspacing=0 cellpadding=0>
    <tr><td class="title">Cangjie Code Coverage Report</td></tr>
    <tr><td class="hr"></td></tr>

    <tr>
      <td width="100%">
        <table cellpadding=1 border=0 width="100%">
          <tr>
            <td class="headerName">Files:</td>
            <td class="headerValue">32</td>
            <td width="5%"></td>
            <td width="15%"></td>
            <td width="10%" class="headerValue" style="text-align:right;">Hit</td>
            <td width="10%" class="headerValue" style="text-align:right;">Total</td>
            <td width="15%" class="headerValue" style="text-align:right;">Coverage</td>
          </tr>
          <tr>
            <td class="headerName">Date:</td>
            <td class="headerValue">2023-03-01 09:19:56</td>
            <td></td>
            <td class="headerName">Lines:</td>
            <td class="headerTableEntry">3469</td>
            <td class="headerTableEntry">4065</td>
            <td class="headerTableEntry" style="background-color:Yellow">85.3 %</td>
          </tr>
          <tr>
            <td class="headerName">Legend:</td>
            <td class="headerValueLeg">
              <span style="background-color:LightPink">low: &lt; 75.0 %</span>
              <span style="background-color:Yellow">medium: &gt;= 75.0 %</span>
              <span style="background-color:LightGreen">high: &gt;= 90.0 %</span>
            </td>
            <td></td>
            <td class="headerName">Branches:</td>
            <td class="headerTableEntry">-</td>
            <td class="headerTableEntry">-</td>
            <td class="headerTableEntry" style="background-color:LightGreen">- </td>
          </tr>
        </table>
      </td>
    </tr>

    <tr><td class="hr"></td></tr>
  </table>

  <center>
  <table width="80%" cellpadding=1 cellspacing=1 border=0>
    <tr>
      <td width="44%"><br></td>
      <td width="8%"></td>
      <td width="8%"></td>
      <td width="8%"></td>
      <td width="8%"></td>
      <td width="8%"></td>
    </tr>
    <tr>
      <td class="coverTableHead">File</td>
      <td class="coverTableHead" colspan=3>Lines</td>
      <td class="coverTableHead" colspan=2>Branches</td>
    </tr>

    <tr>
    <td class="coverFile" ><a href="src_yaml_alias_data.cj.html">src/yaml/alias_data.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 3</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_api.cj.html">src/yaml/api.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">50 / 50</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_break_type.cj.html">src/yaml/break_type.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:57.1%; background-color:red"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">4 / 7</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">57.1 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_decode.cj.html">src/yaml/decode.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:94.5%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">103 / 109</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">94.5 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_document.cj.html">src/yaml/document.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">9 / 9</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_emitter.cj.html">src/yaml/emitter.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:85.2%; background-color:yellow"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">709 / 832</td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">85.2 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_emitter_state_type.cj.html">src/yaml/emitter_state_type.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 38</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_encode.cj.html">src/yaml/encode.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:88.3%; background-color:yellow"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">173 / 196</td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">88.3 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_encoding_type.cj.html">src/yaml/encoding_type.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">7 / 7</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_error.cj.html">src/yaml/error.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 3</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_error_type.cj.html">src/yaml/error_type.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:76.2%; background-color:yellow"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">16 / 21</td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">76.2 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_event_type.cj.html">src/yaml/event_type.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:57.1%; background-color:red"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">16 / 28</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">57.1 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_extends.cj.html">src/yaml/extends.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:85.7%; background-color:yellow"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">6 / 7</td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">85.7 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_helper.cj.html">src/yaml/helper.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">10 / 10</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_mark.cj.html">src/yaml/mark.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">8 / 8</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_node.cj.html">src/yaml/node.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 17</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_node_pair.cj.html">src/yaml/node_pair.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 2</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_parser.cj.html">src/yaml/parser.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:90.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">740 / 822</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_parser_state_type.cj.html">src/yaml/parser_state_type.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">27 / 27</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_parser_type.cj.html">src/yaml/parser_type.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">38 / 38</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_privateh.cj.html">src/yaml/privateh.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:90.5%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">95 / 105</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.5 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_reader.cj.html">src/yaml/reader.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:80.4%; background-color:yellow"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">156 / 194</td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">80.4 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_resolve.cj.html">src/yaml/resolve.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:93.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93 / 100</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_scanner.cj.html">src/yaml/scanner.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:83.4%; background-color:yellow"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">1030 / 1235</td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">83.4 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_simple_key.cj.html">src/yaml/simple_key.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">4 / 4</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_style_type.cj.html">src/yaml/style_type.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:85.0%; background-color:yellow"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">51 / 60</td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">85.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_tag_directive.cj.html">src/yaml/tag_directive.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">5 / 5</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_token.cj.html">src/yaml/token.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">10 / 10</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_token_type.cj.html">src/yaml/token_type.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">27 / 27</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_util.cj.html">src/yaml/util.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:87.3%; background-color:yellow"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">62 / 71</td>
    <td class="CoverValue" style="font-weight:bold; background-color:Yellow;">87.3 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" ><a href="src_yaml_version_directive.cj.html">src/yaml/version_directive.cj</a></td>
    <td class="coverBar" align="center" >
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr> <tr>
    <td class="coverFile" style="background-color:LightSteelBlue"><a href="src_yaml_yaml_event.cj.html">src/yaml/yaml_event.cj</a></td>
    <td class="coverBar" align="center" style="background-color:LightSteelBlue">
    <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
            <div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
            </td></tr></table>
    </td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">18 / 18</td>
    <td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
    <td class="CoverValue" style="background-color:LightGreen;">-</td>
</tr>

    <tr>
      <td width="44%"><br></td>
      <td width="8%"></td>
      <td width="8%"></td>
      <td width="8%"></td>
      <td width="8%"></td>
      <td width="8%"></td>
    </tr>
  </table>
  </center>

  <table width="100%" border=0 cellspacing=0 cellpadding=0>
    <tr><td class="hr"><td></tr>
    <tr><td class="footer">Generated by: cjcov (Version 1.0.0)</a></td></tr>
  </table>
  <br>

</body>

</html>