Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
robertZaufall committed Aug 4, 2024
2 parents 3e76ddb + c84ddd5 commit e51b3fa
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 72 deletions.
19 changes: 19 additions & 0 deletions .coverage/History/2024-08-04_19-02-52_CoverageHistory.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<coverage version="1.0" date="2024-08-04_19-02-52" tag="">
<assembly name="ChocolateStoreCore">
<class name="ChocolateStoreCore.App" coveredlines="36" coverablelines="40" totallines="86" coveredbranches="9" totalbranches="14" coveredcodeelements="3" totalcodeelements="3" />
<class name="ChocolateStoreCore.ArgsOptions" coveredlines="0" coverablelines="2" totallines="13" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="2" />
<class name="ChocolateStoreCore.Exceptions.DownloadException" coveredlines="0" coverablelines="6" totallines="21" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="3" />
<class name="ChocolateStoreCore.Helpers.ChocolateyHelper" coveredlines="194" coverablelines="202" totallines="330" coveredbranches="66" totalbranches="92" coveredcodeelements="12" totalcodeelements="12" />
<class name="ChocolateStoreCore.Helpers.HttpHelper" coveredlines="37" coverablelines="50" totallines="130" coveredbranches="10" totalbranches="16" coveredcodeelements="6" totalcodeelements="6" />
<class name="ChocolateStoreCore.Helpers.ServiceHelper" coveredlines="0" coverablelines="16" totallines="31" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="1" />
<class name="ChocolateStoreCore.Helpers.StringHelper" coveredlines="46" coverablelines="47" totallines="111" coveredbranches="21" totalbranches="24" coveredcodeelements="8" totalcodeelements="8" />
<class name="ChocolateStoreCore.Models.ChocolateyPackage" coveredlines="8" coverablelines="9" totallines="37" coveredbranches="3" totalbranches="4" coveredcodeelements="7" totalcodeelements="7" />
<class name="ChocolateStoreCore.Models.Dependency" coveredlines="3" coverablelines="3" totallines="18" coveredbranches="0" totalbranches="0" coveredcodeelements="3" totalcodeelements="3" />
<class name="ChocolateStoreCore.Models.Download" coveredlines="2" coverablelines="2" totallines="14" coveredbranches="0" totalbranches="0" coveredcodeelements="2" totalcodeelements="2" />
<class name="ChocolateStoreCore.Models.Settings" coveredlines="30" coverablelines="39" totallines="106" coveredbranches="2" totalbranches="4" coveredcodeelements="24" totalcodeelements="26" />
<class name="ChocolateStoreCore.Models.StorePackage" coveredlines="7" coverablelines="7" totallines="26" coveredbranches="0" totalbranches="0" coveredcodeelements="6" totalcodeelements="6" />
<class name="ChocolateStoreCore.PackageCacher" coveredlines="114" coverablelines="131" totallines="219" coveredbranches="65" totalbranches="80" coveredcodeelements="5" totalcodeelements="6" />
<class name="ChocolateStoreCore.Program" coveredlines="7" coverablelines="27" totallines="64" coveredbranches="0" totalbranches="8" coveredcodeelements="1" totalcodeelements="3" />
</assembly>
</coverage>
32 changes: 16 additions & 16 deletions .coverage/SummaryGithub.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@

|||
|:---|:---|
| Generated on: | 7/10/2024 - 11:53:01 PM |
| Coverage date: | 7/10/2024 - 11:52:57 PM |
| Generated on: | 8/4/2024 - 7:02:52 PM |
| Coverage date: | 8/4/2024 - 7:02:48 PM |
| Parser: | Cobertura |
| Assemblies: | 1 |
| Classes: | 14 |
| Files: | 14 |
| **Line coverage:** | 83.2% (481 of 578) |
| Covered lines: | 481 |
| **Line coverage:** | 83.3% (484 of 581) |
| Covered lines: | 484 |
| Uncovered lines: | 97 |
| Coverable lines: | 578 |
| Total lines: | 1200 |
| **Branch coverage:** | 72.9% (175 of 240) |
| Covered branches: | 175 |
| Total branches: | 240 |
| **Method coverage:** | 87.2% (75 of 86) |
| Covered methods: | 75 |
| Total methods: | 86 |
| Coverable lines: | 581 |
| Total lines: | 1206 |
| **Branch coverage:** | 72.7% (176 of 242) |
| Covered branches: | 176 |
| Total branches: | 242 |
| **Method coverage:** | 87.5% (77 of 88) |
| Covered methods: | 77 |
| Total methods: | 88 |

</details>

## Coverage
<details><summary>ChocolateStoreCore - 83.2%</summary>
<details><summary>ChocolateStoreCore - 83.3%</summary>

|**Name**|**Line**|**Branch**|**Method**|
|:---|---:|---:|---:|
|**ChocolateStoreCore**|**83.2%**|**72.9%**|**87.2%**|
|**ChocolateStoreCore**|**83.3%**|**72.7%**|**87.5%**|
|ChocolateStoreCore.App|90%|64.2%|100%|
|ChocolateStoreCore.ArgsOptions|0%||0%|
|ChocolateStoreCore.Exceptions.DownloadException|0%||0%|
|ChocolateStoreCore.Helpers.ChocolateyHelper|96%|72.2%|100%|
|ChocolateStoreCore.Helpers.ChocolateyHelper|96%|71.7%|100%|
|ChocolateStoreCore.Helpers.HttpHelper|74%|62.5%|100%|
|ChocolateStoreCore.Helpers.ServiceHelper|0%||0%|
|ChocolateStoreCore.Helpers.StringHelper|97.8%|87.5%|100%|
|ChocolateStoreCore.Models.ChocolateyPackage|88.8%|75%|100%|
|ChocolateStoreCore.Models.Dependency|100%||100%|
|ChocolateStoreCore.Models.Download|100%||100%|
|ChocolateStoreCore.Models.Settings|75.6%|50%|91.6%|
|ChocolateStoreCore.Models.Settings|76.9%|50%|92.3%|
|ChocolateStoreCore.Models.StorePackage|100%||100%|
|ChocolateStoreCore.PackageCacher|87%|81.2%|83.3%|
|ChocolateStoreCore.Program|25.9%|0%|33.3%|
Expand Down
4 changes: 2 additions & 2 deletions .coverage/badge_branchcoverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions .coverage/badge_combined.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions .coverage/badge_linecoverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions .coverage/badge_methodcoverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e51b3fa

Please sign in to comment.