Class: | SharpHoundCommonLib.OutputTypes.APIResult |
---|---|
Assembly: | SharpHoundCommonLib |
File(s): | D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\APIResult.cs |
Covered lines: | 2 |
Uncovered lines: | 0 |
Coverable lines: | 2 |
Total lines: | 8 |
Line coverage: | 100% (2 of 2) |
Covered branches: | 0 |
Total branches: | 0 |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | namespace SharpHoundCommonLib.OutputTypes | |||
2 | { | |||
3 | public class APIResult | |||
4 | { | |||
28 | 5 | public bool Collected { get; set; } | ||
7 | 6 | public string FailureReason { get; set; } | ||
7 | } | |||
8 | } |