Skip to content

Instantly share code, notes, and snippets.

@satob
Created December 1, 2021 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satob/61a96a04dcd9320bb43f7d86a799908f to your computer and use it in GitHub Desktop.
Save satob/61a96a04dcd9320bb43f7d86a799908f to your computer and use it in GitHub Desktop.
Coverlet VB.NET coverage result
<?xml version="1.0" encoding="utf-8"?>
<coverage line-rate="0.9523" branch-rate="0.875" version="1.9" timestamp="1638375527" lines-covered="40" lines-valid="42" branches-covered="14" branches-valid="16">
<sources>
<source>C:\</source>
</sources>
<packages>
<package name="myApp" line-rate="0.9523" branch-rate="0.875" complexity="18">
<classes>
<class name="myApp.Program" filename="home\satob\project\myApp\Program.vb" line-rate="0.9523" branch-rate="0.875" complexity="18">
<methods>
<method name="Main" signature="(System.String[])" line-rate="1" branch-rate="1" complexity="1">
<lines>
<line number="4" hits="1" branch="False" />
<line number="5" hits="1" branch="False" />
<line number="6" hits="1" branch="False" />
<line number="8" hits="1" branch="False" />
<line number="9" hits="1" branch="False" />
<line number="10" hits="1" branch="False" />
<line number="11" hits="1" branch="False" />
<line number="12" hits="1" branch="False" />
<line number="13" hits="1" branch="False" />
</lines>
</method>
<method name="GetHoge" signature="()" line-rate="1" branch-rate="1" complexity="1">
<lines>
<line number="15" hits="1" branch="False" />
<line number="16" hits="1" branch="False" />
<line number="17" hits="1" branch="False" />
</lines>
</method>
<method name="GetFuga" signature="(System.Int32)" line-rate="0.8823000000000001" branch-rate="0.75" complexity="8">
<lines>
<line number="19" hits="1" branch="False" />
<line number="20" hits="1" branch="False" />
<line number="21" hits="1" branch="False" />
<line number="23" hits="1" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="17" type="jump" coverage="100%" />
</conditions>
</line>
<line number="24" hits="1" branch="False" />
<line number="25" hits="2" branch="False" />
<line number="27" hits="1" branch="True" condition-coverage="50% (1/2)">
<conditions>
<condition number="36" type="jump" coverage="50%" />
</conditions>
</line>
<line number="28" hits="0" branch="False" />
<line number="29" hits="1" branch="False" />
<line number="31" hits="1" branch="True" condition-coverage="50% (1/2)">
<conditions>
<condition number="61" type="jump" coverage="50%" />
</conditions>
</line>
<line number="32" hits="0" branch="False" />
<line number="33" hits="1" branch="False" />
<line number="35" hits="1" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="86" type="jump" coverage="100%" />
</conditions>
</line>
<line number="36" hits="1" branch="False" />
<line number="37" hits="2" branch="False" />
<line number="38" hits="1" branch="False" />
<line number="39" hits="1" branch="False" />
</lines>
</method>
<method name="GetPiyo" signature="(System.Int32,System.Int32)" line-rate="1" branch-rate="1" complexity="8">
<lines>
<line number="41" hits="4" branch="False" />
<line number="42" hits="4" branch="False" />
<line number="44" hits="4" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="20" type="jump" coverage="100%" />
</conditions>
</line>
<line number="45" hits="1" branch="False" />
<line number="46" hits="3" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="44" type="jump" coverage="100%" />
</conditions>
</line>
<line number="47" hits="1" branch="False" />
<line number="48" hits="2" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="70" type="jump" coverage="100%" />
</conditions>
</line>
<line number="49" hits="1" branch="False" />
<line number="50" hits="1" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="102" type="jump" coverage="100%" />
</conditions>
</line>
<line number="51" hits="1" branch="False" />
<line number="52" hits="4" branch="False" />
<line number="54" hits="4" branch="False" />
<line number="55" hits="4" branch="False" />
</lines>
</method>
</methods>
<lines>
<line number="4" hits="1" branch="False" />
<line number="5" hits="1" branch="False" />
<line number="6" hits="1" branch="False" />
<line number="8" hits="1" branch="False" />
<line number="9" hits="1" branch="False" />
<line number="10" hits="1" branch="False" />
<line number="11" hits="1" branch="False" />
<line number="12" hits="1" branch="False" />
<line number="13" hits="1" branch="False" />
<line number="15" hits="1" branch="False" />
<line number="16" hits="1" branch="False" />
<line number="17" hits="1" branch="False" />
<line number="19" hits="1" branch="False" />
<line number="20" hits="1" branch="False" />
<line number="21" hits="1" branch="False" />
<line number="23" hits="1" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="17" type="jump" coverage="100%" />
</conditions>
</line>
<line number="24" hits="1" branch="False" />
<line number="25" hits="2" branch="False" />
<line number="27" hits="1" branch="True" condition-coverage="50% (1/2)">
<conditions>
<condition number="36" type="jump" coverage="50%" />
</conditions>
</line>
<line number="28" hits="0" branch="False" />
<line number="29" hits="1" branch="False" />
<line number="31" hits="1" branch="True" condition-coverage="50% (1/2)">
<conditions>
<condition number="61" type="jump" coverage="50%" />
</conditions>
</line>
<line number="32" hits="0" branch="False" />
<line number="33" hits="1" branch="False" />
<line number="35" hits="1" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="86" type="jump" coverage="100%" />
</conditions>
</line>
<line number="36" hits="1" branch="False" />
<line number="37" hits="2" branch="False" />
<line number="38" hits="1" branch="False" />
<line number="39" hits="1" branch="False" />
<line number="41" hits="4" branch="False" />
<line number="42" hits="4" branch="False" />
<line number="44" hits="4" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="20" type="jump" coverage="100%" />
</conditions>
</line>
<line number="45" hits="1" branch="False" />
<line number="46" hits="3" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="44" type="jump" coverage="100%" />
</conditions>
</line>
<line number="47" hits="1" branch="False" />
<line number="48" hits="2" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="70" type="jump" coverage="100%" />
</conditions>
</line>
<line number="49" hits="1" branch="False" />
<line number="50" hits="1" branch="True" condition-coverage="100% (2/2)">
<conditions>
<condition number="102" type="jump" coverage="100%" />
</conditions>
</line>
<line number="51" hits="1" branch="False" />
<line number="52" hits="4" branch="False" />
<line number="54" hits="4" branch="False" />
<line number="55" hits="4" branch="False" />
</lines>
</class>
</classes>
</package>
</packages>
</coverage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment