-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: - Removing a BOM character for xml parsing
- Loading branch information
1 parent
88c3490
commit ee2e078
Showing
6 changed files
with
162 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<coverage line-rate="0.5714" branch-rate="0" version="1.9" timestamp="1693126215" lines-covered="20" lines-valid="35" branches-covered="0" branches-valid="2"> | ||
<sources> | ||
<source>/Users/dennisjensen/GIT/energy-grid/apps/EnergyAnalyzer/EnergyAnalyzerWebApp/</source> | ||
</sources> | ||
<packages> | ||
<package name="EnergyAnalyzer" line-rate="0.5714" branch-rate="0" complexity="9"> | ||
<classes> | ||
<class name="Program" filename="Program.cs" line-rate="0" branch-rate="0" complexity="2"> | ||
<methods> | ||
<method name="<Main>$" signature="(System.String[])" line-rate="0" branch-rate="0" complexity="2"> | ||
<lines> | ||
<line number="1" hits="0" branch="False" /> | ||
<line number="3" hits="0" branch="False" /> | ||
<line number="5" hits="0" branch="False" /> | ||
<line number="6" hits="0" branch="False" /> | ||
<line number="8" hits="0" branch="False" /> | ||
<line number="11" hits="0" branch="True" condition-coverage="0% (0/2)"> | ||
<conditions> | ||
<condition number="64" type="jump" coverage="0%" /> | ||
</conditions> | ||
</line> | ||
<line number="12" hits="0" branch="False" /> | ||
<line number="13" hits="0" branch="False" /> | ||
<line number="14" hits="0" branch="False" /> | ||
<line number="15" hits="0" branch="False" /> | ||
<line number="17" hits="0" branch="False" /> | ||
<line number="19" hits="0" branch="False" /> | ||
<line number="21" hits="0" branch="False" /> | ||
<line number="23" hits="0" branch="False" /> | ||
</lines> | ||
</method> | ||
</methods> | ||
<lines> | ||
<line number="1" hits="0" branch="False" /> | ||
<line number="3" hits="0" branch="False" /> | ||
<line number="5" hits="0" branch="False" /> | ||
<line number="6" hits="0" branch="False" /> | ||
<line number="8" hits="0" branch="False" /> | ||
<line number="11" hits="0" branch="True" condition-coverage="0% (0/2)"> | ||
<conditions> | ||
<condition number="64" type="jump" coverage="0%" /> | ||
</conditions> | ||
</line> | ||
<line number="12" hits="0" branch="False" /> | ||
<line number="13" hits="0" branch="False" /> | ||
<line number="14" hits="0" branch="False" /> | ||
<line number="15" hits="0" branch="False" /> | ||
<line number="17" hits="0" branch="False" /> | ||
<line number="19" hits="0" branch="False" /> | ||
<line number="21" hits="0" branch="False" /> | ||
<line number="23" hits="0" branch="False" /> | ||
</lines> | ||
</class> | ||
<class name="EnergyAnalyzer.WeatherForecast" filename="WeatherForecast.cs" line-rate="0.75" branch-rate="1" complexity="4"> | ||
<methods> | ||
<method name="get_Date" signature="()" line-rate="1" branch-rate="1" complexity="1"> | ||
<lines> | ||
<line number="5" hits="5" branch="False" /> | ||
</lines> | ||
</method> | ||
<method name="get_TemperatureC" signature="()" line-rate="1" branch-rate="1" complexity="1"> | ||
<lines> | ||
<line number="7" hits="15" branch="False" /> | ||
</lines> | ||
</method> | ||
<method name="get_TemperatureF" signature="()" line-rate="0" branch-rate="1" complexity="1"> | ||
<lines> | ||
<line number="9" hits="0" branch="False" /> | ||
</lines> | ||
</method> | ||
<method name="get_Summary" signature="()" line-rate="1" branch-rate="1" complexity="1"> | ||
<lines> | ||
<line number="11" hits="10" branch="False" /> | ||
</lines> | ||
</method> | ||
</methods> | ||
<lines> | ||
<line number="5" hits="5" branch="False" /> | ||
<line number="7" hits="15" branch="False" /> | ||
<line number="9" hits="0" branch="False" /> | ||
<line number="11" hits="10" branch="False" /> | ||
</lines> | ||
</class> | ||
<class name="EnergyAnalyzer.Controllers.WeatherForecastController" filename="Controllers/WeatherForecastController.cs" line-rate="1" branch-rate="1" complexity="3"> | ||
<methods> | ||
<method name="Get" signature="()" line-rate="1" branch-rate="1" complexity="1"> | ||
<lines> | ||
<line number="23" hits="1" branch="False" /> | ||
<line number="24" hits="6" branch="False" /> | ||
<line number="25" hits="6" branch="False" /> | ||
<line number="26" hits="6" branch="False" /> | ||
<line number="27" hits="6" branch="False" /> | ||
<line number="28" hits="6" branch="False" /> | ||
<line number="29" hits="6" branch="False" /> | ||
<line number="30" hits="1" branch="False" /> | ||
<line number="31" hits="1" branch="False" /> | ||
</lines> | ||
</method> | ||
<method name=".ctor" signature="(Microsoft.Extensions.Logging.ILogger`1<EnergyAnalyzer.Controllers.WeatherForecastController>)" line-rate="1" branch-rate="1" complexity="1"> | ||
<lines> | ||
<line number="16" hits="1" branch="False" /> | ||
<line number="17" hits="1" branch="False" /> | ||
<line number="18" hits="1" branch="False" /> | ||
<line number="19" hits="1" branch="False" /> | ||
</lines> | ||
</method> | ||
<method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1"> | ||
<lines> | ||
<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" /> | ||
</lines> | ||
</method> | ||
</methods> | ||
<lines> | ||
<line number="23" hits="1" branch="False" /> | ||
<line number="24" hits="6" branch="False" /> | ||
<line number="25" hits="6" branch="False" /> | ||
<line number="26" hits="6" branch="False" /> | ||
<line number="27" hits="6" branch="False" /> | ||
<line number="28" hits="6" branch="False" /> | ||
<line number="29" hits="6" branch="False" /> | ||
<line number="30" hits="1" branch="False" /> | ||
<line number="31" hits="1" branch="False" /> | ||
<line number="16" hits="1" branch="False" /> | ||
<line number="17" hits="1" branch="False" /> | ||
<line number="18" hits="1" branch="False" /> | ||
<line number="19" 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" /> | ||
</lines> | ||
</class> | ||
</classes> | ||
</package> | ||
</packages> | ||
</coverage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters