< Summary

Class:SharpHoundCommonLib.OutputTypes.OU
Assembly:SharpHoundCommonLib
File(s):D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\OU.cs
Covered lines:0
Uncovered lines:3
Coverable lines:3
Total lines:11
Line coverage:0% (0 of 3)
Covered branches:0
Total branches:0

Metrics

MethodBranch coverage Cyclomatic complexity NPath complexity Sequence coverage
.ctor()100%100%

File(s)

D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\OU.cs

#LineLine coverage
 1using System;
 2
 3namespace SharpHoundCommonLib.OutputTypes
 4{
 5    public class OU : OutputBase
 6    {
 07        public ResultingGPOChanges GPOChanges = new();
 08        public GPLink[] Links { get; set; } = Array.Empty<GPLink>();
 09        public TypedPrincipal[] ChildObjects { get; set; } = Array.Empty<TypedPrincipal>();
 10    }
 11}

Methods/Properties

.ctor()
Links()
ChildObjects()