< Summary

Class:SharpHoundCommonLib.Exceptions.NoLdapDataException
Assembly:SharpHoundCommonLib
File(s):D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\Exceptions\NoLdapDataException.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\Exceptions\NoLdapDataException.cs

#LineLine coverage
 1using System;
 2
 3namespace SharpHoundCommonLib.Exceptions
 4{
 5    internal class NoLdapDataException : Exception
 6    {
 07        public NoLdapDataException()
 08        {
 09        }
 10    }
 11}

Methods/Properties

.ctor()