- Implemented `MongoIndexModelTests` to verify index models for various stores. - Created `OpenApiMetadataFactory` with methods to generate OpenAPI metadata. - Added tests for `OpenApiMetadataFactory` to ensure expected defaults and URL overrides. - Introduced `ObserverSurfaceSecrets` and `WebhookSurfaceSecrets` for managing secrets. - Developed `RuntimeSurfaceFsClient` and `WebhookSurfaceFsClient` for manifest retrieval. - Added dependency injection tests for `SurfaceEnvironmentRegistration` in both Observer and Webhook contexts. - Implemented tests for secret resolution in `ObserverSurfaceSecretsTests` and `WebhookSurfaceSecretsTests`. - Created `EnsureLinkNotMergeCollectionsMigrationTests` to validate MongoDB migration logic. - Added project files for MongoDB tests and NuGet package mirroring.
71698 lines
3.7 MiB
71698 lines
3.7 MiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<coverage line-rate="0.0571" branch-rate="0.0435" version="1.9" timestamp="1763366926" lines-covered="1037" lines-valid="18135" branches-covered="310" branches-valid="7114">
|
|
<sources>
|
|
<source>/mnt/e/dev/git.stella-ops.org/src/</source>
|
|
</sources>
|
|
<packages>
|
|
<package name="StellaOps.Aoc" line-rate="0" branch-rate="0" complexity="142">
|
|
<classes>
|
|
<class name="StellaOps.Aoc.AocError" filename="Aoc/__Libraries/StellaOps.Aoc/AocError.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="get_Code" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Message" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Violations" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FromResult" signature="(StellaOps.Aoc.AocGuardResult,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="409" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FromException" signature="(StellaOps.Aoc.AocGuardException,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Collections.Immutable.ImmutableArray`1<StellaOps.Aoc.AocViolation>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="409" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Aoc.AocForbiddenKeys" filename="Aoc/__Libraries/StellaOps.Aoc/AocForbiddenKeys.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="IsForbiddenTopLevel" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsDerivedField" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Aoc.AocGuardException" filename="Aoc/__Libraries/StellaOps.Aoc/AocGuardException.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="get_Result" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Violations" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Aoc.AocGuardResult)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Aoc.AocGuardExtensions" filename="Aoc/__Libraries/StellaOps.Aoc/AocGuardExtensions.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="ValidateOrThrow" signature="(StellaOps.Aoc.IAocGuard,System.Text.Json.JsonElement,StellaOps.Aoc.AocGuardOptions)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="436" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="436" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Aoc.AocGuardOptions" filename="Aoc/__Libraries/StellaOps.Aoc/AocGuardOptions.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Default" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RequiredTopLevelFields" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AllowedTopLevelFields" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RequireSignatureMetadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RequireTenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Aoc.AocGuardResult" filename="Aoc/__Libraries/StellaOps.Aoc/AocGuardResult.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="get_IsValid" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Success" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FromViolations" signature="(System.Collections.Generic.IEnumerable`1<StellaOps.Aoc.AocViolation>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Aoc.AocViolation" filename="Aoc/__Libraries/StellaOps.Aoc/AocViolation.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Code" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ErrorCode" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Path" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Message" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Create" signature="(StellaOps.Aoc.AocViolationCode,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Aoc.AocViolationCode,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Aoc.AocViolationCodeExtensions" filename="Aoc/__Libraries/StellaOps.Aoc/AocViolationCode.cs" line-rate="0" branch-rate="0" complexity="11">
|
|
<methods>
|
|
<method name="ToErrorCode" signature="(StellaOps.Aoc.AocViolationCode)" line-rate="0" branch-rate="0" complexity="11">
|
|
<lines>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/11)">
|
|
<conditions>
|
|
<condition number="56" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/11)">
|
|
<conditions>
|
|
<condition number="56" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Aoc.AocWriteGuard" filename="Aoc/__Libraries/StellaOps.Aoc/AocWriteGuard.cs" line-rate="0" branch-rate="0" complexity="90">
|
|
<methods>
|
|
<method name="Validate" signature="(System.Text.Json.JsonElement,StellaOps.Aoc.AocGuardOptions)" line-rate="0" branch-rate="0" complexity="64">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="100" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2563" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1004" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1503" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2002" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5290" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="3126" type="jump" coverage="0%" />
|
|
<condition number="3212" type="jump" coverage="0%" />
|
|
<condition number="3289" type="jump" coverage="0%" />
|
|
<condition number="3594" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4073" type="jump" coverage="0%" />
|
|
<condition number="4235" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4459" type="jump" coverage="0%" />
|
|
<condition number="4620" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5466" type="jump" coverage="0%" />
|
|
<condition number="5625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="5855" type="jump" coverage="0%" />
|
|
<condition number="5938" type="jump" coverage="0%" />
|
|
<condition number="6172" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="6636" type="jump" coverage="0%" />
|
|
<condition number="6798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7024" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7630" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8461" type="jump" coverage="0%" />
|
|
<condition number="8620" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="8861" type="jump" coverage="0%" />
|
|
<condition number="8947" type="jump" coverage="0%" />
|
|
<condition number="9024" type="jump" coverage="0%" />
|
|
<condition number="9329" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10174" type="jump" coverage="0%" />
|
|
<condition number="10336" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ValidateSignature" signature="(System.Text.Json.JsonElement,System.Collections.Immutable.ImmutableArray`1/Builder<StellaOps.Aoc.AocViolation>)" line-rate="0" branch-rate="0" complexity="26">
|
|
<lines>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
<condition number="490" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1031" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1406" type="jump" coverage="0%" />
|
|
<condition number="1489" type="jump" coverage="0%" />
|
|
<condition number="1723" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="2188" type="jump" coverage="0%" />
|
|
<condition number="2271" type="jump" coverage="0%" />
|
|
<condition number="2505" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="2969" type="jump" coverage="0%" />
|
|
<condition number="3052" type="jump" coverage="0%" />
|
|
<condition number="3286" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="100" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2563" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1004" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1503" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2002" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5290" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="3126" type="jump" coverage="0%" />
|
|
<condition number="3212" type="jump" coverage="0%" />
|
|
<condition number="3289" type="jump" coverage="0%" />
|
|
<condition number="3594" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4073" type="jump" coverage="0%" />
|
|
<condition number="4235" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4459" type="jump" coverage="0%" />
|
|
<condition number="4620" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5466" type="jump" coverage="0%" />
|
|
<condition number="5625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="5855" type="jump" coverage="0%" />
|
|
<condition number="5938" type="jump" coverage="0%" />
|
|
<condition number="6172" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="6636" type="jump" coverage="0%" />
|
|
<condition number="6798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7024" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7630" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8461" type="jump" coverage="0%" />
|
|
<condition number="8620" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="8861" type="jump" coverage="0%" />
|
|
<condition number="8947" type="jump" coverage="0%" />
|
|
<condition number="9024" type="jump" coverage="0%" />
|
|
<condition number="9329" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10174" type="jump" coverage="0%" />
|
|
<condition number="10336" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
<condition number="490" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1031" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1406" type="jump" coverage="0%" />
|
|
<condition number="1489" type="jump" coverage="0%" />
|
|
<condition number="1723" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="2188" type="jump" coverage="0%" />
|
|
<condition number="2271" type="jump" coverage="0%" />
|
|
<condition number="2505" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="2969" type="jump" coverage="0%" />
|
|
<condition number="3052" type="jump" coverage="0%" />
|
|
<condition number="3286" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Aoc.ServiceCollectionExtensions" filename="Aoc/__Libraries/StellaOps.Aoc/ServiceCollectionExtensions.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="AddAocGuard" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="147" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="147" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Concelier.Connector.Common" line-rate="0" branch-rate="0" complexity="1052">
|
|
<classes>
|
|
<class name="StellaOps.Concelier.Connector.Common.Xml.XmlSchemaValidationError" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Xml/XmlSchemaValidationError.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Message" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Xml.XmlSchemaValidationException" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Xml/XmlSchemaValidationException.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="get_DocumentName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Errors" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Collections.Generic.IReadOnlyList`1<StellaOps.Concelier.Connector.Common.Xml.XmlSchemaValidationError>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Xml.XmlSchemaValidator" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Xml/XmlSchemaValidator.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="Validate" signature="(System.Xml.Linq.XDocument,System.Xml.Schema.XmlSchemaSet,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="723" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FormatLocation" signature="(System.Xml.Schema.XmlSchemaException)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="328" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Connector.Common.Xml.XmlSchemaValidator>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="137" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="723" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="328" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="137" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Xml.XmlSchemaValidator/<>c__DisplayClass2_0" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Xml/XmlSchemaValidator.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="<Validate>g__Handler|0" signature="(System.Object,System.Xml.Schema.ValidationEventArgs)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Url.UrlNormalizer" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Url/UrlNormalizer.cs" line-rate="0" branch-rate="0" complexity="24">
|
|
<methods>
|
|
<method name="TryNormalize" signature="(System.String,System.Uri,System.Uri&,System.Boolean,System.Boolean)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="138" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="756" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="995" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1305" type="jump" coverage="0%" />
|
|
<condition number="1415" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1572" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1807" type="jump" coverage="0%" />
|
|
<condition number="1914" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeOrThrow" signature="(System.String,System.Uri,System.Boolean,System.Boolean)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="138" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="756" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="995" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1305" type="jump" coverage="0%" />
|
|
<condition number="1415" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1572" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1807" type="jump" coverage="0%" />
|
|
<condition number="1914" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Testing.CannedHttpMessageHandler" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Testing/CannedHttpMessageHandler.cs" line-rate="0" branch-rate="0" complexity="39">
|
|
<methods>
|
|
<method name="get_Requests" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddResponse" signature="(System.Uri,System.Func`1<System.Net.Http.HttpResponseMessage>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddResponse" signature="(System.Net.Http.HttpMethod,System.Uri,System.Func`1<System.Net.Http.HttpResponseMessage>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddResponse" signature="(System.Net.Http.HttpMethod,System.Uri,System.Func`2<System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddException" signature="(System.Net.Http.HttpMethod,System.Uri,System.Exception)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SetFallback" signature="(System.Func`2<System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Clear" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="395" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AssertNoPendingResponses" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="847" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="463" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateClient" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SendAsync" signature="(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="460" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="735" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="934" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DequeueFactory" signature="(StellaOps.Concelier.Connector.Common.Testing.CannedHttpMessageHandler/RequestKey)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="135" type="jump" coverage="0%" />
|
|
<condition number="270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CaptureRequest" signature="(System.Net.Http.HttpRequestMessage)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="673" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="825" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1501" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1774" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildTextResponse" signature="(System.Net.HttpStatusCode,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddJsonResponse" signature="(System.Uri,System.String,System.Net.HttpStatusCode)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="206" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddTextResponse" signature="(System.Uri,System.String,System.String,System.Net.HttpStatusCode)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="209" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="395" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="847" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="463" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="460" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="735" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="934" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="135" type="jump" coverage="0%" />
|
|
<condition number="270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="673" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="825" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1501" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1774" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="209" 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" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Testing.CannedHttpMessageHandler/RequestKey" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Testing/CannedHttpMessageHandler.cs" line-rate="0" branch-rate="0" complexity="5">
|
|
<methods>
|
|
<method name="get_Method" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="166" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Equals" signature="(StellaOps.Concelier.Connector.Common.Testing.CannedHttpMessageHandler/RequestKey)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="174" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="175" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetHashCode" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Net.Http.HttpMethod,System.Uri)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Testing.CannedHttpMessageHandler/RequestKeyComparer" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Testing/CannedHttpMessageHandler.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="Equals" signature="(StellaOps.Concelier.Connector.Common.Testing.CannedHttpMessageHandler/RequestKey,StellaOps.Concelier.Connector.Common.Testing.CannedHttpMessageHandler/RequestKey)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="189" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetHashCode" signature="(StellaOps.Concelier.Connector.Common.Testing.CannedHttpMessageHandler/RequestKey)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="191" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="187" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Testing.CannedHttpMessageHandler/CannedRequestRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Testing/CannedHttpMessageHandler.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Timestamp" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="194" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="194" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Telemetry.SourceDiagnostics" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Telemetry/SourceDiagnostics.cs" line-rate="0" branch-rate="0" complexity="23">
|
|
<methods>
|
|
<method name="StartFetch" signature="(System.String,System.Uri,System.String,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordHttpRequest" signature="(System.String,System.String,System.Net.HttpStatusCode,System.Int32,System.TimeSpan,System.Nullable`1<System.Int64>,System.String)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="353" type="jump" coverage="0%" />
|
|
<condition number="494" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="891" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1279" type="jump" coverage="0%" />
|
|
<condition number="1416" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1805" type="jump" coverage="0%" />
|
|
<condition number="1943" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordRetry" signature="(System.String,System.String,System.Nullable`1<System.Net.HttpStatusCode>,System.Int32,System.TimeSpan)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="645" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildDefaultTags" signature="(System.String,System.String,System.Net.HttpStatusCode,System.Int32)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="249" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="353" type="jump" coverage="0%" />
|
|
<condition number="494" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="891" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1279" type="jump" coverage="0%" />
|
|
<condition number="1416" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1805" type="jump" coverage="0%" />
|
|
<condition number="1943" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="645" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="249" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.State.SourceStateSeedDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/State/SourceStateSeedModels.cs" line-rate="0" branch-rate="1" complexity="14">
|
|
<methods>
|
|
<method name="get_Uri" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Content" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Headers" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Etag" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExpiresAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FetchedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AddToPendingDocuments" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AddToPendingMappings" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_KnownIdentifiers" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="78" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.State.SourceStateSeedCursor" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/State/SourceStateSeedModels.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_PendingDocuments" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PendingMappings" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="94" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_KnownAdvisories" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="99" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastModifiedCursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="104" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastFetchAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="109" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Additional" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="114" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.State.SourceStateSeedSpecification" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/State/SourceStateSeedModels.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="125" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Documents" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="130" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="135" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_KnownAdvisories" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="140" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CompletedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="145" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.State.SourceStateSeedResult" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/State/SourceStateSeedModels.cs" line-rate="0" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_DocumentsProcessed" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="152" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PendingDocumentsAdded" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="153" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PendingMappingsAdded" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="154" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="155" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PendingDocumentIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="156" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PendingMappingIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="157" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_KnownAdvisoriesAdded" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="158" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CompletedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="159" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IReadOnlyCollection`1<System.Guid>,System.Collections.Generic.IReadOnlyCollection`1<System.Guid>,System.Collections.Generic.IReadOnlyCollection`1<System.Guid>,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="151" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.State.SourceStateSeedProcessor" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/State/SourceStateSeedProcessor.cs" line-rate="0" branch-rate="0" complexity="62">
|
|
<methods>
|
|
<method name="CloneDictionary" signature="(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MergeGuidArray" signature="(MongoDB.Bson.BsonDocument,System.String,System.Collections.Generic.IReadOnlyCollection`1<System.Guid>)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
<condition number="531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1590" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MergeStringArray" signature="(MongoDB.Bson.BsonDocument,System.String,System.Collections.Generic.IReadOnlyCollection`1<System.String>)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
<condition number="531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="256" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="61" type="jump" coverage="0%" />
|
|
<condition number="193" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1276" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1668" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2265" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AsGuid" signature="(MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="457" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AppendRange" signature="(System.Collections.Generic.HashSet`1<System.Guid>,System.Collections.Generic.IReadOnlyCollection`1<System.Guid>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1214" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="772" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AppendRange" signature="(System.Collections.Generic.HashSet`1<System.String>,System.Collections.Generic.IReadOnlyCollection`1<System.String>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="767" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Storage.Mongo.Documents.IDocumentStore,StellaOps.Concelier.Connector.Common.Fetch.RawDocumentStorage,StellaOps.Concelier.Storage.Mongo.ISourceStateRepository,System.TimeProvider,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Connector.Common.State.SourceStateSeedProcessor>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="595" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="995" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
<condition number="531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1590" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
<condition number="531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="256" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="61" type="jump" coverage="0%" />
|
|
<condition number="193" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1276" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1668" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2265" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="457" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1214" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="772" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="767" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="595" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="995" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.State.SourceStateSeedProcessor/<ProcessAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/State/SourceStateSeedProcessor.cs" line-rate="0" branch-rate="0" complexity="22">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="22">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="342" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="954" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1584" type="jump" coverage="0%" />
|
|
<condition number="2375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2764" type="jump" coverage="0%" />
|
|
<condition number="2896" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3383" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3592" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4032" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4470" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5185" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="342" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="954" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1584" type="jump" coverage="0%" />
|
|
<condition number="2375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2764" type="jump" coverage="0%" />
|
|
<condition number="2896" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3383" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3592" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4032" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4470" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5185" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.State.SourceStateSeedProcessor/<ProcessDocumentAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/State/SourceStateSeedProcessor.cs" line-rate="0" branch-rate="0" complexity="30">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="30">
|
|
<lines>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="183" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="595" type="jump" coverage="0%" />
|
|
<condition number="731" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1280" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="2011" type="jump" coverage="0%" />
|
|
<condition number="2160" type="jump" coverage="0%" />
|
|
<condition number="2303" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3155" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3347" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3568" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="4187" type="jump" coverage="0%" />
|
|
<condition number="4259" type="jump" coverage="0%" />
|
|
<condition number="4528" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5525" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="183" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="595" type="jump" coverage="0%" />
|
|
<condition number="731" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1280" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="2011" type="jump" coverage="0%" />
|
|
<condition number="2160" type="jump" coverage="0%" />
|
|
<condition number="2303" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3155" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3347" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3568" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="4187" type="jump" coverage="0%" />
|
|
<condition number="4259" type="jump" coverage="0%" />
|
|
<condition number="4528" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5525" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Pdf.PdfTextExtractor" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Pdf/PdfTextExtractor.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="FlattenWords" signature="(System.Collections.Generic.IEnumerable`1<UglyToad.PdfPig.Content.Word>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1487" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="585" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="904" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FlattenLetters" signature="(System.Collections.Generic.IEnumerable`1<UglyToad.PdfPig.Content.Letter>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="970" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="519" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1487" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="585" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="904" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="970" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="519" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Pdf.PdfTextExtractor/<ExtractTextAsync>d__0" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Pdf/PdfTextExtractor.cs" line-rate="0" branch-rate="0" complexity="30">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="30">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5313" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1956" type="jump" coverage="0%" />
|
|
<condition number="2113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2431" type="jump" coverage="0%" />
|
|
<condition number="2577" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3044" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4749" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5456" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6739" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="6915" type="jump" coverage="0%" />
|
|
<condition number="7058" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="7605" type="jump" coverage="0%" />
|
|
<condition number="7743" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5313" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1956" type="jump" coverage="0%" />
|
|
<condition number="2113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2431" type="jump" coverage="0%" />
|
|
<condition number="2577" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3044" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4749" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5456" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6739" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="6915" type="jump" coverage="0%" />
|
|
<condition number="7058" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="7605" type="jump" coverage="0%" />
|
|
<condition number="7743" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Pdf.PdfExtractionResult" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Pdf/PdfTextExtractor.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Text" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="164" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="164" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Pdf.PdfExtractionOptions" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Pdf/PdfTextExtractor.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Default" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="168" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MaxPages" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="173" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PreserveLayout" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="178" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PageSeparator" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="183" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Packages.PackageCoordinateHelper" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Packages/PackageCoordinateHelper.cs" line-rate="0" branch-rate="0" complexity="41">
|
|
<methods>
|
|
<method name="TryParsePackageUrl" signature="(System.String,StellaOps.Concelier.Connector.Common.Packages.PackageCoordinates&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="0%" />
|
|
<condition number="327" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParsePackageUrl" signature="(System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
<condition number="260" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseSemVer" signature="(System.String,NuGet.Versioning.SemanticVersion&,System.String&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="586" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseSemVerRange" signature="(System.String,NuGet.Versioning.VersionRange&)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="588" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="872" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1414" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1933" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildPackageUrl" signature="(System.String,System.Collections.Generic.IReadOnlyList`1<System.String>,System.String,System.String,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>,System.Collections.Generic.IReadOnlyList`1<System.String>)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="484" type="jump" coverage="0%" />
|
|
<condition number="620" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1638" type="jump" coverage="0%" />
|
|
<condition number="1775" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2306" type="jump" coverage="0%" />
|
|
<condition number="2445" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeSegment" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CalculateCaretUpperBound" signature="(NuGet.Versioning.SemanticVersion)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="470" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="0%" />
|
|
<condition number="327" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
<condition number="260" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="586" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="588" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="872" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1414" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1933" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="484" type="jump" coverage="0%" />
|
|
<condition number="620" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1638" type="jump" coverage="0%" />
|
|
<condition number="1775" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2306" type="jump" coverage="0%" />
|
|
<condition number="2445" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="470" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Packages.PackageCoordinates" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Packages/PackageCoordinateHelper.cs" line-rate="0" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_Canonical" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="190" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Type" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="191" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NamespaceSegments" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="192" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Name" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="193" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Version" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="194" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Qualifiers" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="195" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SubpathSegments" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="196" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Original" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="197" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Collections.Generic.IReadOnlyList`1<System.String>,System.String,System.String,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>,System.Collections.Generic.IReadOnlyList`1<System.String>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="189" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Json.JsonSchemaValidationError" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Json/JsonSchemaValidationError.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_InstanceLocation" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SchemaLocation" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Message" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Keyword" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Json.JsonSchemaValidationException" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Json/JsonSchemaValidationException.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="get_DocumentName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Errors" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Collections.Generic.IReadOnlyList`1<StellaOps.Concelier.Connector.Common.Json.JsonSchemaValidationError>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="274" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="274" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Json.JsonSchemaValidator" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Json/JsonSchemaValidator.cs" line-rate="0" branch-rate="0" complexity="31">
|
|
<methods>
|
|
<method name="Validate" signature="(System.Text.Json.JsonDocument,Json.Schema.JsonSchema,System.String)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="439" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="828" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1885" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1594" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2038" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CollectErrors" signature="(Json.Schema.EvaluationResults)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Aggregate" signature="(Json.Schema.EvaluationResults,System.Collections.Generic.List`1<StellaOps.Concelier.Connector.Common.Json.JsonSchemaValidationError>)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
<condition number="265" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1464" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="785" type="jump" coverage="0%" />
|
|
<condition number="917" type="jump" coverage="0%" />
|
|
<condition number="1052" type="jump" coverage="0%" />
|
|
<condition number="1184" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Connector.Common.Json.JsonSchemaValidator>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="439" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="828" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1885" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1594" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2038" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
<condition number="265" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1464" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="785" type="jump" coverage="0%" />
|
|
<condition number="917" type="jump" coverage="0%" />
|
|
<condition number="1052" type="jump" coverage="0%" />
|
|
<condition number="1184" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Http.AllowlistedHttpMessageHandler" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/AllowlistedHttpMessageHandler.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="SendAsync" signature="(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="200" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="398" type="jump" coverage="0%" />
|
|
<condition number="540" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="733" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<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="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="338" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="200" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="398" type="jump" coverage="0%" />
|
|
<condition number="540" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="733" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="338" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Http.ServiceCollectionExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/ServiceCollectionExtensions.cs" line-rate="0" branch-rate="0" complexity="48">
|
|
<methods>
|
|
<method name="AddSourceHttpClient" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action`1<StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddSourceHttpClient" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action`2<System.IServiceProvider,StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions>)" line-rate="0" branch-rate="0" complexity="36">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="213" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1451" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="621" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
<condition number="382" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="128" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="450" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1028" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1951" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2545" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3213" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3475" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4350" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddSourceCommon" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplyProxySettings" signature="(System.Net.Http.SocketsHttpHandler,StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="557" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="948" type="jump" coverage="0%" />
|
|
<condition number="1089" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1289" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="213" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1451" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="621" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
<condition number="382" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="128" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="450" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1028" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1951" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2545" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3213" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3475" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4350" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="557" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="948" type="jump" coverage="0%" />
|
|
<condition number="1089" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1289" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Http.SourceHttpClientConfigurationBinder" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/SourceHttpClientConfigurationBinder.cs" line-rate="0" branch-rate="0" complexity="94">
|
|
<methods>
|
|
<method name="Apply" signature="(System.IServiceProvider,System.String,StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="211" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="605" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2018" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1288" type="jump" coverage="0%" />
|
|
<condition number="1360" type="jump" coverage="0%" />
|
|
<condition number="1566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetSection" signature="(Microsoft.Extensions.Configuration.IConfiguration,System.String[])" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="957" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="506" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplySection" signature="(Microsoft.Extensions.Configuration.IConfigurationSection,Microsoft.Extensions.Configuration.IConfiguration,Microsoft.Extensions.Hosting.IHostEnvironment,System.String,StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="139" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="459" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="640" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="980" type="jump" coverage="0%" />
|
|
<condition number="1068" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplyTrustedRoots" signature="(Microsoft.Extensions.Configuration.IConfigurationSection,System.String,Microsoft.Extensions.Hosting.IHostEnvironment,System.String,StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="583" type="jump" coverage="0%" />
|
|
<condition number="715" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3433" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1357" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1753" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2626" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2814" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplyProxyConfiguration" signature="(Microsoft.Extensions.Configuration.IConfigurationSection,System.String,StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="206" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="602" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="801" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1244" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1719" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2182" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2517" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3497" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3038" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3948" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4416" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4884" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolvePath" signature="(System.String,System.String,Microsoft.Extensions.Hosting.IHostEnvironment)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="778" type="jump" coverage="0%" />
|
|
<condition number="910" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="LoadCertificates" signature="(System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="266" type="jump" coverage="0%" />
|
|
<condition number="405" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1769" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddTrustedCertificate" signature="(StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions,System.Security.Cryptography.X509Certificates.X509Certificate2)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="938" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CopyWithPrivateKeyIfAvailable" signature="(System.Security.Cryptography.X509Certificates.X509Certificate2)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="211" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="605" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2018" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1288" type="jump" coverage="0%" />
|
|
<condition number="1360" type="jump" coverage="0%" />
|
|
<condition number="1566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="957" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="506" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="139" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="459" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="640" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="980" type="jump" coverage="0%" />
|
|
<condition number="1068" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="583" type="jump" coverage="0%" />
|
|
<condition number="715" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3433" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1357" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1753" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2626" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2814" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="206" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="602" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="801" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1244" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1719" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2182" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2517" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3497" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3038" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3948" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4416" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4884" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="778" type="jump" coverage="0%" />
|
|
<condition number="910" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="266" type="jump" coverage="0%" />
|
|
<condition number="405" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1769" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="938" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Http.SourceHttpClientConfigurationBinder/<BuildCandidateNames>d__17" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/SourceHttpClientConfigurationBinder.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="961" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="961" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Http.SourceHttpClientConfigurationBinder/<EnumerateCandidateSections>d__16" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/SourceHttpClientConfigurationBinder.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2007" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="714" type="jump" coverage="0%" />
|
|
<condition number="852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1375" type="jump" coverage="0%" />
|
|
<condition number="1513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2007" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="714" type="jump" coverage="0%" />
|
|
<condition number="852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1375" type="jump" coverage="0%" />
|
|
<condition number="1513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/SourceHttpClientOptions.cs" line-rate="0" branch-rate="0" complexity="31">
|
|
<methods>
|
|
<method name="get_BaseAddress" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Timeout" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UserAgent" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AllowAutoRedirect" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MaxAttempts" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BaseDelay" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AllowedHosts" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RequestVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VersionPolicy" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EnableMultipleHttp2Connections" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="65" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConfigureHandler" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ProxyAddress" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ProxyBypassOnLocal" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ProxyBypassList" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="85" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ProxyUseDefaultCredentials" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="90" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ProxyUsername" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="95" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ProxyPassword" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="100" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AllowInvalidServerCertificates" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="105" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TrustedRootCertificates" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ServerCertificateCustomValidation" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DefaultRequestHeaders" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="120" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Clone" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="876" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1500" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2724" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetAllowedHostsSnapshot" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="169" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="876" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1500" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2724" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Html.HtmlContentSanitizer" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Html/HtmlContentSanitizer.cs" line-rate="0" branch-rate="0" complexity="66">
|
|
<methods>
|
|
<method name="Sanitize" signature="(System.String,System.Uri)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="533" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2788" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1599" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1863" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2250" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2941" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3139" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3530" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsDangerous" signature="(AngleSharp.Dom.IElement)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="138" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
<condition number="302" type="jump" coverage="0%" />
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
<condition number="711" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CleanAttributes" signature="(AngleSharp.Dom.IElement,System.Uri)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="268" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2186" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="930" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1738" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsAttributeAllowed" signature="(System.String,System.String)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="135" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="460" type="jump" coverage="0%" />
|
|
<condition number="599" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="924" type="jump" coverage="0%" />
|
|
<condition number="1001" type="jump" coverage="0%" />
|
|
<condition number="1078" type="jump" coverage="0%" />
|
|
<condition number="1340" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeUrlAttribute" signature="(AngleSharp.Dom.IElement,AngleSharp.Dom.IAttr,System.Uri)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="539" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="942" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="533" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2788" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1599" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1863" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2250" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2941" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3139" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3530" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="138" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
<condition number="302" type="jump" coverage="0%" />
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
<condition number="711" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="268" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2186" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="930" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1738" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="135" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="460" type="jump" coverage="0%" />
|
|
<condition number="599" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="924" type="jump" coverage="0%" />
|
|
<condition number="1001" type="jump" coverage="0%" />
|
|
<condition number="1078" type="jump" coverage="0%" />
|
|
<condition number="1340" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="539" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="942" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.CryptoJitterSource" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/CryptoJitterSource.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="Next" signature="(System.TimeSpan,System.TimeSpan)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="469" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="856" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1744" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="469" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="856" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1744" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.RawDocumentStorage" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/RawDocumentStorage.cs" line-rate="0" branch-rate="0" complexity="5">
|
|
<methods>
|
|
<method name="CreateBucket" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="UploadAsync" signature="(System.String,System.String,System.Byte[],System.String,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DownloadAsync" signature="(MongoDB.Bson.ObjectId,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.RawDocumentStorage/<DeleteAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/RawDocumentStorage.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.RawDocumentStorage/<UploadAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/RawDocumentStorage.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="705" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="705" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchContentResult" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchContentResult.cs" line-rate="0" branch-rate="1" complexity="13">
|
|
<methods>
|
|
<method name="get_StatusCode" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Content" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_IsSuccess" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_IsNotModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ETag" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Attempts" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Headers" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Success" signature="(System.Net.HttpStatusCode,System.Byte[],System.String,System.Nullable`1<System.DateTimeOffset>,System.String,System.Int32,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NotModified" signature="(System.Net.HttpStatusCode,System.Int32)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Skipped" signature="(System.Net.HttpStatusCode,System.Int32)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Net.HttpStatusCode,System.Byte[],System.Boolean,System.String,System.Nullable`1<System.DateTimeOffset>,System.String,System.Int32,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchRequest" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchRequest.cs" line-rate="0" branch-rate="1" complexity="11">
|
|
<methods>
|
|
<method name="get_ClientName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Method" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RequestUri" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ETag" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TimeoutOverride" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AcceptHeaders" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Net.Http.HttpMethod,System.Uri,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>,System.String,System.Nullable`1<System.DateTimeOffset>,System.Nullable`1<System.TimeSpan>,System.Collections.Generic.IReadOnlyList`1<System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Uri)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchResult" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchResult.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_StatusCode" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Document" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_IsSuccess" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_IsNotModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Success" signature="(StellaOps.Concelier.Storage.Mongo.Documents.DocumentRecord,System.Net.HttpStatusCode)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NotModified" signature="(System.Net.HttpStatusCode)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Skipped" signature="(System.Net.HttpStatusCode)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Net.HttpStatusCode,StellaOps.Concelier.Storage.Mongo.Documents.DocumentRecord,System.Boolean)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchService" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchService.cs" line-rate="0" branch-rate="0" complexity="157">
|
|
<methods>
|
|
<method name="CreateRawAdvisoryDocument" signature="(StellaOps.Concelier.Connector.Common.Fetch.SourceFetchRequest,System.Net.Http.HttpResponseMessage,System.Byte[],System.String,System.Collections.Generic.IDictionary`2<System.String,System.String>,System.Collections.Generic.IDictionary`2<System.String,System.String>,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="606" type="jump" coverage="0%" />
|
|
<condition number="748" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1563" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2727" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2930" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3298" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3665" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParseContent" signature="(StellaOps.Concelier.Connector.Common.Fetch.SourceFetchRequest,System.Byte[])" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="254" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateFallbackContentDocument" signature="(StellaOps.Concelier.Connector.Common.Fetch.SourceFetchRequest,System.Byte[],System.Text.Json.JsonException)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="214" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="592" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildProvenance" signature="(StellaOps.Concelier.Connector.Common.Fetch.SourceFetchRequest,System.Net.Http.HttpResponseMessage,System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>,System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>,System.DateTimeOffset,System.String)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="744" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1156" type="jump" coverage="0%" />
|
|
<condition number="1296" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1701" type="jump" coverage="0%" />
|
|
<condition number="1839" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolveVendor" signature="(System.String,System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolveStream" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>,System.Net.Http.HttpResponseMessage,StellaOps.Concelier.Connector.Common.Fetch.SourceFetchRequest)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1000" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="474" type="jump" coverage="0%" />
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1142" type="jump" coverage="0%" />
|
|
<condition number="1285" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="404" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1636" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="405" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolveFormat" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>,System.Net.Http.HttpResponseMessage)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="605" type="jump" coverage="0%" />
|
|
<condition number="737" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="415" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolveUpstreamId" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>,StellaOps.Concelier.Connector.Common.Fetch.SourceFetchRequest)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="431" hits="0" branch="False" />
|
|
<line number="432" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="False" />
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="False" />
|
|
<line number="438" hits="0" branch="False" />
|
|
<line number="440" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="659" type="jump" coverage="0%" />
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="0" branch="False" />
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1669" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="453" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolveDocumentVersion" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>,System.Net.Http.HttpResponseMessage,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="598" type="jump" coverage="0%" />
|
|
<condition number="737" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1279" type="jump" coverage="0%" />
|
|
<condition number="1417" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1764" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2032" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateSignatureMetadata" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="504" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="505" hits="0" branch="False" />
|
|
<line number="506" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="490" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="517" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryGetBoolean" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>,System.Boolean&,System.String[])" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="964" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="526" hits="0" branch="False" />
|
|
<line number="527" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="529" hits="0" branch="False" />
|
|
<line number="531" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="False" />
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetMetadataValue" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>,System.String[])" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="971" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="540" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
<condition number="583" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="542" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="False" />
|
|
<line number="548" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ExtractVendorIdentifier" signature="(System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="551" hits="0" branch="False" />
|
|
<line number="552" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="558" hits="0" branch="False" />
|
|
<line number="559" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="598" type="jump" coverage="0%" />
|
|
<condition number="738" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="560" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplyRawDocumentMetadata" signature="(System.Collections.Generic.IDictionary`2<System.String,System.String>,StellaOps.Concelier.RawModels.AdvisoryRawDocument)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="569" hits="0" branch="False" />
|
|
<line number="570" hits="0" branch="False" />
|
|
<line number="571" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="573" hits="0" branch="False" />
|
|
<line number="574" hits="0" branch="False" />
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
<line number="579" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="963" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="580" hits="0" branch="False" />
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
<line number="583" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateHttpRequestMessage" signature="(StellaOps.Concelier.Connector.Common.Fetch.SourceFetchRequest)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="676" hits="0" branch="False" />
|
|
<line number="677" hits="0" branch="False" />
|
|
<line number="678" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="207" type="jump" coverage="0%" />
|
|
<condition number="276" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="679" hits="0" branch="False" />
|
|
<line number="680" hits="0" branch="False" />
|
|
<line number="682" hits="0" branch="False" />
|
|
<line number="683" hits="0" branch="False" />
|
|
<line number="684" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1848" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="685" hits="0" branch="False" />
|
|
<line number="686" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1008" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="687" hits="0" branch="False" />
|
|
<line number="688" hits="0" branch="False" />
|
|
<line number="691" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1332" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="692" hits="0" branch="False" />
|
|
<line number="693" hits="0" branch="False" />
|
|
<line number="694" hits="0" branch="False" />
|
|
<line number="695" hits="0" branch="False" />
|
|
<line number="696" hits="0" branch="False" />
|
|
<line number="698" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1996" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="699" hits="0" branch="False" />
|
|
<line number="700" hits="0" branch="False" />
|
|
<line number="701" hits="0" branch="False" />
|
|
<line number="703" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2410" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="704" hits="0" branch="False" />
|
|
<line number="705" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2613" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="706" hits="0" branch="False" />
|
|
<line number="707" hits="0" branch="False" />
|
|
<line number="708" hits="0" branch="False" />
|
|
<line number="709" hits="0" branch="False" />
|
|
<line number="711" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3139" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="712" hits="0" branch="False" />
|
|
<line number="713" hits="0" branch="False" />
|
|
<line number="714" hits="0" branch="False" />
|
|
<line number="716" hits="0" branch="False" />
|
|
<line number="717" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryGetHeaderValue" signature="(System.Net.Http.Headers.HttpResponseHeaders,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="734" hits="0" branch="False" />
|
|
<line number="735" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="736" hits="0" branch="False" />
|
|
<line number="737" hits="0" branch="False" />
|
|
<line number="740" hits="0" branch="False" />
|
|
<line number="741" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateHeaderDictionary" signature="(System.Net.Http.HttpResponseMessage)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="744" hits="0" branch="False" />
|
|
<line number="745" hits="0" branch="False" />
|
|
<line number="747" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="676" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="748" hits="0" branch="False" />
|
|
<line number="749" hits="0" branch="False" />
|
|
<line number="750" hits="0" branch="False" />
|
|
<line number="752" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1304" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="753" hits="0" branch="False" />
|
|
<line number="754" hits="0" branch="False" />
|
|
<line number="755" hits="0" branch="False" />
|
|
<line number="757" hits="0" branch="False" />
|
|
<line number="758" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Net.Http.IHttpClientFactory,StellaOps.Concelier.Connector.Common.Fetch.RawDocumentStorage,StellaOps.Concelier.Storage.Mongo.Documents.IDocumentStore,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Connector.Common.Fetch.SourceFetchService>,StellaOps.Concelier.Connector.Common.Fetch.IJitterSource,StellaOps.Concelier.Core.Aoc.IAdvisoryRawWriteGuard,StellaOps.Concelier.Core.Linksets.IAdvisoryLinksetMapper,System.TimeProvider,Microsoft.Extensions.Options.IOptionsMonitor`1<StellaOps.Concelier.Connector.Common.Http.SourceHttpClientOptions>,Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>)" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="595" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1001" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1407" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1610" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1807" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2010" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2236" type="jump" coverage="0%" />
|
|
<condition number="2368" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="606" type="jump" coverage="0%" />
|
|
<condition number="748" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1563" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2727" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2930" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3298" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3665" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="254" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="214" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="592" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="744" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1156" type="jump" coverage="0%" />
|
|
<condition number="1296" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1701" type="jump" coverage="0%" />
|
|
<condition number="1839" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1000" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="474" type="jump" coverage="0%" />
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1142" type="jump" coverage="0%" />
|
|
<condition number="1285" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="404" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1636" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="605" type="jump" coverage="0%" />
|
|
<condition number="737" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="415" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="431" hits="0" branch="False" />
|
|
<line number="432" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="False" />
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="False" />
|
|
<line number="438" hits="0" branch="False" />
|
|
<line number="440" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="659" type="jump" coverage="0%" />
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="0" branch="False" />
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1669" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="453" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="598" type="jump" coverage="0%" />
|
|
<condition number="737" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1279" type="jump" coverage="0%" />
|
|
<condition number="1417" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1764" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2032" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="504" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="505" hits="0" branch="False" />
|
|
<line number="506" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="490" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="517" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="964" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="526" hits="0" branch="False" />
|
|
<line number="527" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="529" hits="0" branch="False" />
|
|
<line number="531" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="False" />
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="971" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="540" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
<condition number="583" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="542" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="False" />
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="551" hits="0" branch="False" />
|
|
<line number="552" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="558" hits="0" branch="False" />
|
|
<line number="559" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="598" type="jump" coverage="0%" />
|
|
<condition number="738" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="560" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="569" hits="0" branch="False" />
|
|
<line number="570" hits="0" branch="False" />
|
|
<line number="571" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="573" hits="0" branch="False" />
|
|
<line number="574" hits="0" branch="False" />
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
<line number="579" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="963" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="580" hits="0" branch="False" />
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
<line number="583" hits="0" branch="False" />
|
|
<line number="676" hits="0" branch="False" />
|
|
<line number="677" hits="0" branch="False" />
|
|
<line number="678" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="207" type="jump" coverage="0%" />
|
|
<condition number="276" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="679" hits="0" branch="False" />
|
|
<line number="680" hits="0" branch="False" />
|
|
<line number="682" hits="0" branch="False" />
|
|
<line number="683" hits="0" branch="False" />
|
|
<line number="684" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1848" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="685" hits="0" branch="False" />
|
|
<line number="686" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1008" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="687" hits="0" branch="False" />
|
|
<line number="688" hits="0" branch="False" />
|
|
<line number="691" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1332" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="692" hits="0" branch="False" />
|
|
<line number="693" hits="0" branch="False" />
|
|
<line number="694" hits="0" branch="False" />
|
|
<line number="695" hits="0" branch="False" />
|
|
<line number="696" hits="0" branch="False" />
|
|
<line number="698" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1996" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="699" hits="0" branch="False" />
|
|
<line number="700" hits="0" branch="False" />
|
|
<line number="701" hits="0" branch="False" />
|
|
<line number="703" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2410" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="704" hits="0" branch="False" />
|
|
<line number="705" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2613" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="706" hits="0" branch="False" />
|
|
<line number="707" hits="0" branch="False" />
|
|
<line number="708" hits="0" branch="False" />
|
|
<line number="709" hits="0" branch="False" />
|
|
<line number="711" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3139" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="712" hits="0" branch="False" />
|
|
<line number="713" hits="0" branch="False" />
|
|
<line number="714" hits="0" branch="False" />
|
|
<line number="716" hits="0" branch="False" />
|
|
<line number="717" hits="0" branch="False" />
|
|
<line number="734" hits="0" branch="False" />
|
|
<line number="735" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="736" hits="0" branch="False" />
|
|
<line number="737" hits="0" branch="False" />
|
|
<line number="740" hits="0" branch="False" />
|
|
<line number="741" hits="0" branch="False" />
|
|
<line number="744" hits="0" branch="False" />
|
|
<line number="745" hits="0" branch="False" />
|
|
<line number="747" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="676" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="748" hits="0" branch="False" />
|
|
<line number="749" hits="0" branch="False" />
|
|
<line number="750" hits="0" branch="False" />
|
|
<line number="752" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1304" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="753" hits="0" branch="False" />
|
|
<line number="754" hits="0" branch="False" />
|
|
<line number="755" hits="0" branch="False" />
|
|
<line number="757" hits="0" branch="False" />
|
|
<line number="758" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="595" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1001" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1407" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1610" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1807" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2010" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2236" type="jump" coverage="0%" />
|
|
<condition number="2368" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchService/SourceFetchSendResult" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchService.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Response" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="760" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="760" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchService/<>c__DisplayClass29_0" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchService.cs" line-rate="0" branch-rate="0" complexity="3">
|
|
<methods>
|
|
<method name="<SendAsync>b__0" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="649" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<SendAsync>b__2" signature="(StellaOps.Concelier.Connector.Common.Fetch.SourceRetryAttemptContext)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="664" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="665" hits="0" branch="False" />
|
|
<line number="666" hits="0" branch="False" />
|
|
<line number="667" hits="0" branch="False" />
|
|
<line number="668" hits="0" branch="False" />
|
|
<line number="669" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="649" hits="0" branch="False" />
|
|
<line number="664" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="665" hits="0" branch="False" />
|
|
<line number="666" hits="0" branch="False" />
|
|
<line number="667" hits="0" branch="False" />
|
|
<line number="668" hits="0" branch="False" />
|
|
<line number="669" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchService/<>c__DisplayClass29_0/<<SendAsync>b__1>d" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchService.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="651" hits="0" branch="False" />
|
|
<line number="652" hits="0" branch="False" />
|
|
<line number="653" hits="0" branch="False" />
|
|
<line number="654" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="354" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="655" hits="0" branch="False" />
|
|
<line number="656" hits="0" branch="False" />
|
|
<line number="657" hits="0" branch="False" />
|
|
<line number="659" hits="0" branch="False" />
|
|
<line number="660" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="651" hits="0" branch="False" />
|
|
<line number="652" hits="0" branch="False" />
|
|
<line number="653" hits="0" branch="False" />
|
|
<line number="654" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="354" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="655" hits="0" branch="False" />
|
|
<line number="656" hits="0" branch="False" />
|
|
<line number="657" hits="0" branch="False" />
|
|
<line number="659" hits="0" branch="False" />
|
|
<line number="660" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchService/<FetchAsync>d__13" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchService.cs" line-rate="0" branch-rate="0" complexity="30">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="30">
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="366" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1184" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1403" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1726" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2178" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3072" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3938" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5091" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5299" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6610" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6896" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7494" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8123" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="366" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1184" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1403" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1726" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2178" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3072" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3938" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5091" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5299" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6610" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6896" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7494" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8123" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchService/<FetchContentAsync>d__28" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchService.cs" line-rate="0" branch-rate="0" complexity="24">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="586" hits="0" branch="False" />
|
|
<line number="587" hits="0" branch="False" />
|
|
<line number="589" hits="0" branch="False" />
|
|
<line number="590" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="366" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="593" hits="0" branch="False" />
|
|
<line number="594" hits="0" branch="False" />
|
|
<line number="595" hits="0" branch="False" />
|
|
<line number="596" hits="0" branch="False" />
|
|
<line number="598" hits="0" branch="False" />
|
|
<line number="599" hits="0" branch="False" />
|
|
<line number="600" hits="0" branch="False" />
|
|
<line number="601" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1239" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="602" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1458" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="604" hits="0" branch="False" />
|
|
<line number="606" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1781" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="607" hits="0" branch="False" />
|
|
<line number="608" hits="0" branch="False" />
|
|
<line number="609" hits="0" branch="False" />
|
|
<line number="610" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2233" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="611" hits="0" branch="False" />
|
|
<line number="614" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2597" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="615" hits="0" branch="False" />
|
|
<line number="616" hits="0" branch="False" />
|
|
<line number="617" hits="0" branch="False" />
|
|
<line number="618" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3138" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="619" hits="0" branch="False" />
|
|
<line number="622" hits="0" branch="False" />
|
|
<line number="623" hits="0" branch="False" />
|
|
<line number="624" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3969" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="625" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="626" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4419" type="jump" coverage="0%" />
|
|
<condition number="4593" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="627" hits="0" branch="False" />
|
|
<line number="628" hits="0" branch="False" />
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="False" />
|
|
<line number="631" hits="0" branch="False" />
|
|
<line number="632" hits="0" branch="False" />
|
|
<line number="633" hits="0" branch="False" />
|
|
<line number="636" hits="0" branch="False" />
|
|
<line number="637" hits="0" branch="False" />
|
|
<line number="638" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5035" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="639" hits="0" branch="False" />
|
|
<line number="641" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="586" hits="0" branch="False" />
|
|
<line number="587" hits="0" branch="False" />
|
|
<line number="589" hits="0" branch="False" />
|
|
<line number="590" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="366" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="593" hits="0" branch="False" />
|
|
<line number="594" hits="0" branch="False" />
|
|
<line number="595" hits="0" branch="False" />
|
|
<line number="596" hits="0" branch="False" />
|
|
<line number="598" hits="0" branch="False" />
|
|
<line number="599" hits="0" branch="False" />
|
|
<line number="600" hits="0" branch="False" />
|
|
<line number="601" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1239" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="602" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1458" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="604" hits="0" branch="False" />
|
|
<line number="606" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1781" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="607" hits="0" branch="False" />
|
|
<line number="608" hits="0" branch="False" />
|
|
<line number="609" hits="0" branch="False" />
|
|
<line number="610" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2233" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="611" hits="0" branch="False" />
|
|
<line number="614" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2597" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="615" hits="0" branch="False" />
|
|
<line number="616" hits="0" branch="False" />
|
|
<line number="617" hits="0" branch="False" />
|
|
<line number="618" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3138" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="619" hits="0" branch="False" />
|
|
<line number="622" hits="0" branch="False" />
|
|
<line number="623" hits="0" branch="False" />
|
|
<line number="624" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3969" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="625" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="626" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4419" type="jump" coverage="0%" />
|
|
<condition number="4593" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="627" hits="0" branch="False" />
|
|
<line number="628" hits="0" branch="False" />
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="False" />
|
|
<line number="631" hits="0" branch="False" />
|
|
<line number="632" hits="0" branch="False" />
|
|
<line number="633" hits="0" branch="False" />
|
|
<line number="636" hits="0" branch="False" />
|
|
<line number="637" hits="0" branch="False" />
|
|
<line number="638" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5035" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="639" hits="0" branch="False" />
|
|
<line number="641" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchService/<ReadResponsePreviewAsync>d__31" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchService.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="720" hits="0" branch="False" />
|
|
<line number="722" hits="0" branch="False" />
|
|
<line number="723" hits="0" branch="False" />
|
|
<line number="724" hits="0" branch="False" />
|
|
<line number="725" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="511" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="727" hits="0" branch="False" />
|
|
<line number="728" hits="0" branch="False" />
|
|
<line number="729" hits="0" branch="False" />
|
|
<line number="731" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="720" hits="0" branch="False" />
|
|
<line number="722" hits="0" branch="False" />
|
|
<line number="723" hits="0" branch="False" />
|
|
<line number="724" hits="0" branch="False" />
|
|
<line number="725" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="511" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="727" hits="0" branch="False" />
|
|
<line number="728" hits="0" branch="False" />
|
|
<line number="729" hits="0" branch="False" />
|
|
<line number="731" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceFetchService/<SendAsync>d__29" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchService.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="644" hits="0" branch="False" />
|
|
<line number="645" hits="0" branch="False" />
|
|
<line number="646" hits="0" branch="False" />
|
|
<line number="648" hits="0" branch="False" />
|
|
<line number="650" hits="0" branch="False" />
|
|
<line number="658" hits="0" branch="False" />
|
|
<line number="661" hits="0" branch="False" />
|
|
<line number="662" hits="0" branch="False" />
|
|
<line number="663" hits="0" branch="False" />
|
|
<line number="670" hits="0" branch="False" />
|
|
<line number="672" hits="0" branch="False" />
|
|
<line number="673" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="644" hits="0" branch="False" />
|
|
<line number="645" hits="0" branch="False" />
|
|
<line number="646" hits="0" branch="False" />
|
|
<line number="648" hits="0" branch="False" />
|
|
<line number="650" hits="0" branch="False" />
|
|
<line number="658" hits="0" branch="False" />
|
|
<line number="661" hits="0" branch="False" />
|
|
<line number="662" hits="0" branch="False" />
|
|
<line number="663" hits="0" branch="False" />
|
|
<line number="670" hits="0" branch="False" />
|
|
<line number="672" hits="0" branch="False" />
|
|
<line number="673" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceRetryPolicy" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceRetryPolicy.cs" line-rate="0" branch-rate="0" complexity="57">
|
|
<methods>
|
|
<method name="NeedsRetry" signature="(System.Net.Http.HttpResponseMessage)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="457" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="843" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ComputeDelay" signature="(System.TimeSpan,System.Int32,System.Nullable`1<System.TimeSpan>,StellaOps.Concelier.Connector.Common.Fetch.IJitterSource)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="128" type="jump" coverage="0%" />
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="684" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsRateLimitResponse" signature="(System.Net.Http.HttpResponseMessage)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="464" type="jump" coverage="0%" />
|
|
<condition number="604" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
<condition number="935" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryGetRateLimitRemaining" signature="(System.Net.Http.HttpResponseMessage,System.Int64&)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="205" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="730" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetRetryAfter" signature="(System.Net.Http.HttpResponseMessage)" line-rate="0" branch-rate="0" complexity="26">
|
|
<lines>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="400" type="jump" coverage="0%" />
|
|
<condition number="554" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="892" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1765" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2829" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2294" type="jump" coverage="0%" />
|
|
<condition number="2436" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4495" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3641" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3986" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="457" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="843" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="128" type="jump" coverage="0%" />
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="684" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="464" type="jump" coverage="0%" />
|
|
<condition number="604" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
<condition number="935" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="205" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="730" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="400" type="jump" coverage="0%" />
|
|
<condition number="554" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="892" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1765" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2829" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2294" type="jump" coverage="0%" />
|
|
<condition number="2436" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4495" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3641" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3986" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceRetryPolicy/<SendWithRetryAsync>d__1" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceRetryPolicy.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1361" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1847" type="jump" coverage="0%" />
|
|
<condition number="1990" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2283" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1361" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1847" type="jump" coverage="0%" />
|
|
<condition number="1990" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2283" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Fetch.SourceRetryAttemptContext" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceRetryPolicy.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Attempt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="184" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="184" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Cursors.PaginationPlanner/<EnumerateAdditionalPages>d__0" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Cursors/PaginationPlanner.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="301" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="620" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1443" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="301" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="620" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1443" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Cursors.TimeWindowCursorOptions" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Cursors/TimeWindowCursorOptions.cs" line-rate="0" branch-rate="0" complexity="14">
|
|
<methods>
|
|
<method name="get_WindowSize" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Overlap" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_InitialBackfill" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MinimumWindowSize" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureValid" signature="()" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="139" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="474" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="810" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1145" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1482" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="139" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="474" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="810" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1145" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1482" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Cursors.TimeWindowCursorPlanner" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Cursors/TimeWindowCursorPlanner.cs" line-rate="0" branch-rate="0" complexity="14">
|
|
<methods>
|
|
<method name="GetNextWindow" signature="(System.DateTimeOffset,StellaOps.Concelier.Connector.Common.Cursors.TimeWindowCursorState,StellaOps.Concelier.Connector.Common.Cursors.TimeWindowCursorOptions)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="262" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1065" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1520" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1902" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2174" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2677" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="262" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1065" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1520" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1902" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2174" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2677" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Cursors.TimeWindowCursorState" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Cursors/TimeWindowCursorState.cs" line-rate="0" branch-rate="0" complexity="20">
|
|
<methods>
|
|
<method name="get_LastWindowStart" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WithWindow" signature="(StellaOps.Concelier.Connector.Common.Cursors.TimeWindow)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToBsonDocument" signature="(System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WriteTo" signature="(MongoDB.Bson.BsonDocument,System.String,System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="489" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="907" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FromBsonDocument" signature="(MongoDB.Bson.BsonDocument,System.String,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="596" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="983" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ReadDateTimeOffset" signature="(MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="492" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="10" 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="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="489" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="907" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="596" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="983" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="492" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Connector.Common.Cursors.TimeWindow" filename="Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Cursors/TimeWindowCursorState.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_Start" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Duration" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Concelier.Core" line-rate="0" branch-rate="0" complexity="1823">
|
|
<classes>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="0" complexity="259">
|
|
<methods>
|
|
<method name="Merge" signature="(System.String,StellaOps.Concelier.Models.Advisory,StellaOps.Concelier.Models.Advisory,StellaOps.Concelier.Models.Advisory)" line-rate="0" branch-rate="0" complexity="108">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1072" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="954" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1256" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1629" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2002" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2748" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3475" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4141" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4617" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4768" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="5393" type="jump" coverage="0%" />
|
|
<condition number="5435" type="jump" coverage="0%" />
|
|
<condition number="5517" type="jump" coverage="0%" />
|
|
<condition number="5559" type="jump" coverage="0%" />
|
|
<condition number="5641" type="jump" coverage="0%" />
|
|
<condition number="5684" type="jump" coverage="0%" />
|
|
<condition number="5767" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="6066" type="jump" coverage="0%" />
|
|
<condition number="6123" type="jump" coverage="0%" />
|
|
<condition number="6235" type="jump" coverage="0%" />
|
|
<condition number="6292" type="jump" coverage="0%" />
|
|
<condition number="6404" type="jump" coverage="0%" />
|
|
<condition number="6462" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="6784" type="jump" coverage="0%" />
|
|
<condition number="6841" type="jump" coverage="0%" />
|
|
<condition number="6953" type="jump" coverage="0%" />
|
|
<condition number="7010" type="jump" coverage="0%" />
|
|
<condition number="7122" type="jump" coverage="0%" />
|
|
<condition number="7180" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="7502" type="jump" coverage="0%" />
|
|
<condition number="7559" type="jump" coverage="0%" />
|
|
<condition number="7671" type="jump" coverage="0%" />
|
|
<condition number="7728" type="jump" coverage="0%" />
|
|
<condition number="7840" type="jump" coverage="0%" />
|
|
<condition number="7898" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="8220" type="jump" coverage="0%" />
|
|
<condition number="8284" type="jump" coverage="0%" />
|
|
<condition number="8341" type="jump" coverage="0%" />
|
|
<condition number="8453" type="jump" coverage="0%" />
|
|
<condition number="8510" type="jump" coverage="0%" />
|
|
<condition number="8622" type="jump" coverage="0%" />
|
|
<condition number="8680" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="9052" type="jump" coverage="0%" />
|
|
<condition number="9109" type="jump" coverage="0%" />
|
|
<condition number="9221" type="jump" coverage="0%" />
|
|
<condition number="9278" type="jump" coverage="0%" />
|
|
<condition number="9390" type="jump" coverage="0%" />
|
|
<condition number="9448" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9773" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10278" type="jump" coverage="0%" />
|
|
<condition number="10411" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MergeAliases" signature="(System.Collections.Generic.List`1<StellaOps.Concelier.Core.CanonicalMerger/AdvisorySnapshot>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="735" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1400" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="223" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MergeCredits" signature="(System.Collections.Generic.List`1<StellaOps.Concelier.Core.CanonicalMerger/AdvisorySnapshot>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2485" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2322" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1684" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2772" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MergeReferences" signature="(System.Collections.Generic.List`1<StellaOps.Concelier.Core.CanonicalMerger/AdvisorySnapshot>)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2750" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2587" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="986" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1392" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1949" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3037" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MergePackages" signature="(System.Collections.Generic.List`1<StellaOps.Concelier.Core.CanonicalMerger/AdvisorySnapshot>,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2799" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2636" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1991" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
<line number="403" hits="0" branch="False" />
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="406" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MergeWeaknesses" signature="(System.Collections.Generic.List`1<StellaOps.Concelier.Core.CanonicalMerger/AdvisorySnapshot>,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3841" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="630" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3678" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="427" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1247" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="431" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="False" />
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="False" />
|
|
<line number="438" hits="0" branch="False" />
|
|
<line number="439" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="445" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2154" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="0" branch="False" />
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="453" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2530" type="jump" coverage="0%" />
|
|
<condition number="2658" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="457" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="461" hits="0" branch="False" />
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="False" />
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="482" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="486" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MergeCvssMetrics" signature="(System.Collections.Generic.List`1<StellaOps.Concelier.Core.CanonicalMerger/AdvisorySnapshot>)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="False" />
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2298" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="496" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2135" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1015" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1500" type="jump" coverage="0%" />
|
|
<condition number="1559" type="jump" coverage="0%" />
|
|
<condition number="1740" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="511" hits="0" branch="False" />
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="519" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="False" />
|
|
<line number="523" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="False" />
|
|
<line number="526" hits="0" branch="False" />
|
|
<line number="527" hits="0" branch="False" />
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="530" hits="0" branch="False" />
|
|
<line number="531" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2855" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="False" />
|
|
<line number="534" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="False" />
|
|
<line number="537" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3595" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="542" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="546" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="False" />
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="551" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3972" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="552" hits="0" branch="False" />
|
|
<line number="553" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreatePackageKey" signature="(StellaOps.Concelier.Models.AffectedPackage)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="556" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="75" type="jump" coverage="0%" />
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
<condition number="323" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="AppendMergeProvenance" signature="(StellaOps.Concelier.Models.AffectedPackage,System.String,System.String,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="563" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
<line number="567" hits="0" branch="False" />
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="569" hits="0" branch="False" />
|
|
<line number="570" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="False" />
|
|
<line number="573" hits="0" branch="False" />
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="576" hits="0" branch="False" />
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
<line number="579" hits="0" branch="False" />
|
|
<line number="580" hits="0" branch="False" />
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
<line number="584" hits="0" branch="False" />
|
|
<line number="585" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeReferenceKey" signature="(System.String)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="588" hits="0" branch="False" />
|
|
<line number="589" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="590" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="274" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="591" hits="0" branch="False" />
|
|
<line number="592" hits="0" branch="False" />
|
|
<line number="595" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="558" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="596" hits="0" branch="False" />
|
|
<line number="597" hits="0" branch="False" />
|
|
<line number="600" hits="0" branch="False" />
|
|
<line number="601" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="895" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="602" hits="0" branch="False" />
|
|
<line number="604" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="605" hits="0" branch="False" />
|
|
<line number="606" hits="0" branch="False" />
|
|
<line number="607" hits="0" branch="False" />
|
|
<line number="609" hits="0" branch="False" />
|
|
<line number="610" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1555" type="jump" coverage="0%" />
|
|
<condition number="1676" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="611" hits="0" branch="False" />
|
|
<line number="612" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1848" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="613" hits="0" branch="False" />
|
|
<line number="614" hits="0" branch="False" />
|
|
<line number="615" hits="0" branch="False" />
|
|
<line number="617" hits="0" branch="False" />
|
|
<line number="618" hits="0" branch="False" />
|
|
<line number="620" hits="0" branch="False" />
|
|
<line number="621" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2403" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="622" hits="0" branch="False" />
|
|
<line number="623" hits="0" branch="False" />
|
|
<line number="624" hits="0" branch="False" />
|
|
<line number="625" hits="0" branch="False" />
|
|
<line number="626" hits="0" branch="False" />
|
|
<line number="627" hits="0" branch="False" />
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EvaluateReplacementReason" signature="(System.Int32,System.Int32,System.DateTimeOffset,System.DateTimeOffset,System.Boolean)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="633" hits="0" branch="False" />
|
|
<line number="634" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="635" hits="0" branch="False" />
|
|
<line number="636" hits="0" branch="False" />
|
|
<line number="639" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="376" type="jump" coverage="0%" />
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
<condition number="609" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="640" hits="0" branch="False" />
|
|
<line number="641" hits="0" branch="False" />
|
|
<line number="644" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="878" type="jump" coverage="0%" />
|
|
<condition number="993" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="645" hits="0" branch="False" />
|
|
<line number="646" hits="0" branch="False" />
|
|
<line number="649" hits="0" branch="False" />
|
|
<line number="650" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AppendWeaknessProvenance" signature="(StellaOps.Concelier.Models.AdvisoryWeakness,System.String,System.String,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="657" hits="0" branch="False" />
|
|
<line number="658" hits="0" branch="False" />
|
|
<line number="659" hits="0" branch="False" />
|
|
<line number="660" hits="0" branch="False" />
|
|
<line number="661" hits="0" branch="False" />
|
|
<line number="662" hits="0" branch="False" />
|
|
<line number="663" hits="0" branch="False" />
|
|
<line number="664" hits="0" branch="False" />
|
|
<line number="666" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="667" hits="0" branch="False" />
|
|
<line number="668" hits="0" branch="False" />
|
|
<line number="670" hits="0" branch="False" />
|
|
<line number="671" hits="0" branch="False" />
|
|
<line number="672" hits="0" branch="False" />
|
|
<line number="673" hits="0" branch="False" />
|
|
<line number="674" hits="0" branch="False" />
|
|
<line number="675" hits="0" branch="False" />
|
|
<line number="677" hits="0" branch="False" />
|
|
<line number="678" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SelectStringField" signature="(System.String,System.Collections.Generic.List`1<StellaOps.Concelier.Core.CanonicalMerger/AdvisorySnapshot>,System.Func`2<StellaOps.Concelier.Models.Advisory,System.String>,System.Boolean)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="685" hits="0" branch="False" />
|
|
<line number="686" hits="0" branch="False" />
|
|
<line number="687" hits="0" branch="False" />
|
|
<line number="689" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="971" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="690" hits="0" branch="False" />
|
|
<line number="691" hits="0" branch="False" />
|
|
<line number="692" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="590" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="693" hits="0" branch="False" />
|
|
<line number="694" hits="0" branch="False" />
|
|
<line number="695" hits="0" branch="False" />
|
|
<line number="696" hits="0" branch="False" />
|
|
<line number="698" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1106" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="699" hits="0" branch="False" />
|
|
<line number="700" hits="0" branch="False" />
|
|
<line number="703" hits="0" branch="False" />
|
|
<line number="704" hits="0" branch="False" />
|
|
<line number="705" hits="0" branch="False" />
|
|
<line number="706" hits="0" branch="False" />
|
|
<line number="707" hits="0" branch="False" />
|
|
<line number="709" hits="0" branch="False" />
|
|
<line number="710" hits="0" branch="False" />
|
|
<line number="711" hits="0" branch="False" />
|
|
<line number="712" hits="0" branch="False" />
|
|
<line number="714" hits="0" branch="False" />
|
|
<line number="716" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1695" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="717" hits="0" branch="False" />
|
|
<line number="718" hits="0" branch="False" />
|
|
<line number="719" hits="0" branch="False" />
|
|
<line number="720" hits="0" branch="False" />
|
|
<line number="721" hits="0" branch="False" />
|
|
<line number="722" hits="0" branch="False" />
|
|
<line number="723" hits="0" branch="False" />
|
|
<line number="725" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2005" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="726" hits="0" branch="False" />
|
|
<line number="727" hits="0" branch="False" />
|
|
<line number="728" hits="0" branch="False" />
|
|
<line number="729" hits="0" branch="False" />
|
|
<line number="730" hits="0" branch="False" />
|
|
<line number="732" hits="0" branch="False" />
|
|
<line number="733" hits="0" branch="False" />
|
|
<line number="734" hits="0" branch="False" />
|
|
<line number="736" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="737" hits="0" branch="False" />
|
|
<line number="738" hits="0" branch="False" />
|
|
<line number="739" hits="0" branch="False" />
|
|
<line number="740" hits="0" branch="False" />
|
|
<line number="741" hits="0" branch="False" />
|
|
<line number="742" hits="0" branch="False" />
|
|
<line number="744" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2911" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="745" hits="0" branch="False" />
|
|
<line number="746" hits="0" branch="False" />
|
|
<line number="747" hits="0" branch="False" />
|
|
<line number="748" hits="0" branch="False" />
|
|
<line number="749" hits="0" branch="False" />
|
|
<line number="751" hits="0" branch="False" />
|
|
<line number="752" hits="0" branch="False" />
|
|
<line number="753" hits="0" branch="False" />
|
|
<line number="754" hits="0" branch="False" />
|
|
<line number="755" hits="0" branch="False" />
|
|
<line number="756" hits="0" branch="False" />
|
|
<line number="758" hits="0" branch="False" />
|
|
<line number="759" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddMergeProvenance" signature="(System.Collections.Generic.HashSet`1<StellaOps.Concelier.Models.AdvisoryProvenance>,StellaOps.Concelier.Core.CanonicalMerger/FieldSelection`1<System.String>,System.DateTimeOffset,System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="766" hits="0" branch="False" />
|
|
<line number="767" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="768" hits="0" branch="False" />
|
|
<line number="769" hits="0" branch="False" />
|
|
<line number="772" hits="0" branch="False" />
|
|
<line number="773" hits="0" branch="False" />
|
|
<line number="774" hits="0" branch="False" />
|
|
<line number="775" hits="0" branch="False" />
|
|
<line number="776" hits="0" branch="False" />
|
|
<line number="777" hits="0" branch="False" />
|
|
<line number="778" hits="0" branch="False" />
|
|
<line number="780" hits="0" branch="False" />
|
|
<line number="781" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildCandidates" signature="(StellaOps.Concelier.Models.Advisory,StellaOps.Concelier.Models.Advisory,StellaOps.Concelier.Models.Advisory)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="784" hits="0" branch="False" />
|
|
<line number="785" hits="0" branch="False" />
|
|
<line number="786" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="787" hits="0" branch="False" />
|
|
<line number="788" hits="0" branch="False" />
|
|
<line number="789" hits="0" branch="False" />
|
|
<line number="791" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="495" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="792" hits="0" branch="False" />
|
|
<line number="793" hits="0" branch="False" />
|
|
<line number="794" hits="0" branch="False" />
|
|
<line number="796" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="826" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="797" hits="0" branch="False" />
|
|
<line number="798" hits="0" branch="False" />
|
|
<line number="799" hits="0" branch="False" />
|
|
<line number="801" hits="0" branch="False" />
|
|
<line number="802" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateSnapshot" signature="(System.String,StellaOps.Concelier.Models.Advisory)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="805" hits="0" branch="False" />
|
|
<line number="806" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
<condition number="184" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="807" hits="0" branch="False" />
|
|
<line number="808" hits="0" branch="False" />
|
|
<line number="809" hits="0" branch="False" />
|
|
<line number="810" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetPrecedence" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="813" hits="0" branch="False" />
|
|
<line number="814" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="815" hits="0" branch="False" />
|
|
<line number="816" hits="0" branch="False" />
|
|
<line number="817" hits="0" branch="False" />
|
|
<line number="818" hits="0" branch="False" />
|
|
<line number="821" hits="0" branch="False" />
|
|
<line number="822" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetRank" signature="(System.String,System.Collections.Immutable.ImmutableDictionary`2<System.String,System.Int32>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="825" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="ComputeStableHash" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="828" hits="0" branch="False" />
|
|
<line number="829" hits="0" branch="False" />
|
|
<line number="830" hits="0" branch="False" />
|
|
<line number="831" hits="0" branch="False" />
|
|
<line number="832" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.TimeProvider,System.Nullable`1<System.TimeSpan>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1072" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="954" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1256" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1629" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2002" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2748" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3475" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4141" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4617" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4768" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="5393" type="jump" coverage="0%" />
|
|
<condition number="5435" type="jump" coverage="0%" />
|
|
<condition number="5517" type="jump" coverage="0%" />
|
|
<condition number="5559" type="jump" coverage="0%" />
|
|
<condition number="5641" type="jump" coverage="0%" />
|
|
<condition number="5684" type="jump" coverage="0%" />
|
|
<condition number="5767" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="6066" type="jump" coverage="0%" />
|
|
<condition number="6123" type="jump" coverage="0%" />
|
|
<condition number="6235" type="jump" coverage="0%" />
|
|
<condition number="6292" type="jump" coverage="0%" />
|
|
<condition number="6404" type="jump" coverage="0%" />
|
|
<condition number="6462" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="6784" type="jump" coverage="0%" />
|
|
<condition number="6841" type="jump" coverage="0%" />
|
|
<condition number="6953" type="jump" coverage="0%" />
|
|
<condition number="7010" type="jump" coverage="0%" />
|
|
<condition number="7122" type="jump" coverage="0%" />
|
|
<condition number="7180" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="7502" type="jump" coverage="0%" />
|
|
<condition number="7559" type="jump" coverage="0%" />
|
|
<condition number="7671" type="jump" coverage="0%" />
|
|
<condition number="7728" type="jump" coverage="0%" />
|
|
<condition number="7840" type="jump" coverage="0%" />
|
|
<condition number="7898" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="8220" type="jump" coverage="0%" />
|
|
<condition number="8284" type="jump" coverage="0%" />
|
|
<condition number="8341" type="jump" coverage="0%" />
|
|
<condition number="8453" type="jump" coverage="0%" />
|
|
<condition number="8510" type="jump" coverage="0%" />
|
|
<condition number="8622" type="jump" coverage="0%" />
|
|
<condition number="8680" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="9052" type="jump" coverage="0%" />
|
|
<condition number="9109" type="jump" coverage="0%" />
|
|
<condition number="9221" type="jump" coverage="0%" />
|
|
<condition number="9278" type="jump" coverage="0%" />
|
|
<condition number="9390" type="jump" coverage="0%" />
|
|
<condition number="9448" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9773" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10278" type="jump" coverage="0%" />
|
|
<condition number="10411" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="735" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1400" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2485" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2322" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1684" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2772" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2750" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2587" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="986" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1392" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1949" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3037" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2799" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2636" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1991" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
<line number="403" hits="0" branch="False" />
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="406" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3841" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="630" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3678" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="427" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1247" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="431" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="False" />
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="False" />
|
|
<line number="438" hits="0" branch="False" />
|
|
<line number="439" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="445" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2154" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="0" branch="False" />
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="453" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2530" type="jump" coverage="0%" />
|
|
<condition number="2658" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="457" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="461" hits="0" branch="False" />
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="False" />
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="482" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="False" />
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2298" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="496" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2135" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1015" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1500" type="jump" coverage="0%" />
|
|
<condition number="1559" type="jump" coverage="0%" />
|
|
<condition number="1740" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="511" hits="0" branch="False" />
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="519" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="False" />
|
|
<line number="523" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="False" />
|
|
<line number="526" hits="0" branch="False" />
|
|
<line number="527" hits="0" branch="False" />
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="530" hits="0" branch="False" />
|
|
<line number="531" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2855" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="False" />
|
|
<line number="534" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="False" />
|
|
<line number="537" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3595" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="542" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="546" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="False" />
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="551" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3972" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="552" hits="0" branch="False" />
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="556" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="75" type="jump" coverage="0%" />
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
<condition number="323" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="563" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
<line number="567" hits="0" branch="False" />
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="569" hits="0" branch="False" />
|
|
<line number="570" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="False" />
|
|
<line number="573" hits="0" branch="False" />
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="576" hits="0" branch="False" />
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
<line number="579" hits="0" branch="False" />
|
|
<line number="580" hits="0" branch="False" />
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
<line number="584" hits="0" branch="False" />
|
|
<line number="585" hits="0" branch="False" />
|
|
<line number="588" hits="0" branch="False" />
|
|
<line number="589" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="590" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="274" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="591" hits="0" branch="False" />
|
|
<line number="592" hits="0" branch="False" />
|
|
<line number="595" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="558" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="596" hits="0" branch="False" />
|
|
<line number="597" hits="0" branch="False" />
|
|
<line number="600" hits="0" branch="False" />
|
|
<line number="601" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="895" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="602" hits="0" branch="False" />
|
|
<line number="604" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="605" hits="0" branch="False" />
|
|
<line number="606" hits="0" branch="False" />
|
|
<line number="607" hits="0" branch="False" />
|
|
<line number="609" hits="0" branch="False" />
|
|
<line number="610" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1555" type="jump" coverage="0%" />
|
|
<condition number="1676" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="611" hits="0" branch="False" />
|
|
<line number="612" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1848" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="613" hits="0" branch="False" />
|
|
<line number="614" hits="0" branch="False" />
|
|
<line number="615" hits="0" branch="False" />
|
|
<line number="617" hits="0" branch="False" />
|
|
<line number="618" hits="0" branch="False" />
|
|
<line number="620" hits="0" branch="False" />
|
|
<line number="621" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2403" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="622" hits="0" branch="False" />
|
|
<line number="623" hits="0" branch="False" />
|
|
<line number="624" hits="0" branch="False" />
|
|
<line number="625" hits="0" branch="False" />
|
|
<line number="626" hits="0" branch="False" />
|
|
<line number="627" hits="0" branch="False" />
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="False" />
|
|
<line number="633" hits="0" branch="False" />
|
|
<line number="634" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="635" hits="0" branch="False" />
|
|
<line number="636" hits="0" branch="False" />
|
|
<line number="639" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="376" type="jump" coverage="0%" />
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
<condition number="609" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="640" hits="0" branch="False" />
|
|
<line number="641" hits="0" branch="False" />
|
|
<line number="644" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="878" type="jump" coverage="0%" />
|
|
<condition number="993" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="645" hits="0" branch="False" />
|
|
<line number="646" hits="0" branch="False" />
|
|
<line number="649" hits="0" branch="False" />
|
|
<line number="650" hits="0" branch="False" />
|
|
<line number="657" hits="0" branch="False" />
|
|
<line number="658" hits="0" branch="False" />
|
|
<line number="659" hits="0" branch="False" />
|
|
<line number="660" hits="0" branch="False" />
|
|
<line number="661" hits="0" branch="False" />
|
|
<line number="662" hits="0" branch="False" />
|
|
<line number="663" hits="0" branch="False" />
|
|
<line number="664" hits="0" branch="False" />
|
|
<line number="666" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="667" hits="0" branch="False" />
|
|
<line number="668" hits="0" branch="False" />
|
|
<line number="670" hits="0" branch="False" />
|
|
<line number="671" hits="0" branch="False" />
|
|
<line number="672" hits="0" branch="False" />
|
|
<line number="673" hits="0" branch="False" />
|
|
<line number="674" hits="0" branch="False" />
|
|
<line number="675" hits="0" branch="False" />
|
|
<line number="677" hits="0" branch="False" />
|
|
<line number="678" hits="0" branch="False" />
|
|
<line number="685" hits="0" branch="False" />
|
|
<line number="686" hits="0" branch="False" />
|
|
<line number="687" hits="0" branch="False" />
|
|
<line number="689" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="971" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="690" hits="0" branch="False" />
|
|
<line number="691" hits="0" branch="False" />
|
|
<line number="692" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="590" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="693" hits="0" branch="False" />
|
|
<line number="694" hits="0" branch="False" />
|
|
<line number="695" hits="0" branch="False" />
|
|
<line number="696" hits="0" branch="False" />
|
|
<line number="698" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1106" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="699" hits="0" branch="False" />
|
|
<line number="700" hits="0" branch="False" />
|
|
<line number="703" hits="0" branch="False" />
|
|
<line number="704" hits="0" branch="False" />
|
|
<line number="705" hits="0" branch="False" />
|
|
<line number="706" hits="0" branch="False" />
|
|
<line number="707" hits="0" branch="False" />
|
|
<line number="709" hits="0" branch="False" />
|
|
<line number="710" hits="0" branch="False" />
|
|
<line number="711" hits="0" branch="False" />
|
|
<line number="712" hits="0" branch="False" />
|
|
<line number="714" hits="0" branch="False" />
|
|
<line number="716" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1695" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="717" hits="0" branch="False" />
|
|
<line number="718" hits="0" branch="False" />
|
|
<line number="719" hits="0" branch="False" />
|
|
<line number="720" hits="0" branch="False" />
|
|
<line number="721" hits="0" branch="False" />
|
|
<line number="722" hits="0" branch="False" />
|
|
<line number="723" hits="0" branch="False" />
|
|
<line number="725" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2005" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="726" hits="0" branch="False" />
|
|
<line number="727" hits="0" branch="False" />
|
|
<line number="728" hits="0" branch="False" />
|
|
<line number="729" hits="0" branch="False" />
|
|
<line number="730" hits="0" branch="False" />
|
|
<line number="732" hits="0" branch="False" />
|
|
<line number="733" hits="0" branch="False" />
|
|
<line number="734" hits="0" branch="False" />
|
|
<line number="736" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="737" hits="0" branch="False" />
|
|
<line number="738" hits="0" branch="False" />
|
|
<line number="739" hits="0" branch="False" />
|
|
<line number="740" hits="0" branch="False" />
|
|
<line number="741" hits="0" branch="False" />
|
|
<line number="742" hits="0" branch="False" />
|
|
<line number="744" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2911" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="745" hits="0" branch="False" />
|
|
<line number="746" hits="0" branch="False" />
|
|
<line number="747" hits="0" branch="False" />
|
|
<line number="748" hits="0" branch="False" />
|
|
<line number="749" hits="0" branch="False" />
|
|
<line number="751" hits="0" branch="False" />
|
|
<line number="752" hits="0" branch="False" />
|
|
<line number="753" hits="0" branch="False" />
|
|
<line number="754" hits="0" branch="False" />
|
|
<line number="755" hits="0" branch="False" />
|
|
<line number="756" hits="0" branch="False" />
|
|
<line number="758" hits="0" branch="False" />
|
|
<line number="759" hits="0" branch="False" />
|
|
<line number="766" hits="0" branch="False" />
|
|
<line number="767" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="768" hits="0" branch="False" />
|
|
<line number="769" hits="0" branch="False" />
|
|
<line number="772" hits="0" branch="False" />
|
|
<line number="773" hits="0" branch="False" />
|
|
<line number="774" hits="0" branch="False" />
|
|
<line number="775" hits="0" branch="False" />
|
|
<line number="776" hits="0" branch="False" />
|
|
<line number="777" hits="0" branch="False" />
|
|
<line number="778" hits="0" branch="False" />
|
|
<line number="780" hits="0" branch="False" />
|
|
<line number="781" hits="0" branch="False" />
|
|
<line number="784" hits="0" branch="False" />
|
|
<line number="785" hits="0" branch="False" />
|
|
<line number="786" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="787" hits="0" branch="False" />
|
|
<line number="788" hits="0" branch="False" />
|
|
<line number="789" hits="0" branch="False" />
|
|
<line number="791" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="495" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="792" hits="0" branch="False" />
|
|
<line number="793" hits="0" branch="False" />
|
|
<line number="794" hits="0" branch="False" />
|
|
<line number="796" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="826" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="797" hits="0" branch="False" />
|
|
<line number="798" hits="0" branch="False" />
|
|
<line number="799" hits="0" branch="False" />
|
|
<line number="801" hits="0" branch="False" />
|
|
<line number="802" hits="0" branch="False" />
|
|
<line number="805" hits="0" branch="False" />
|
|
<line number="806" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
<condition number="184" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="807" hits="0" branch="False" />
|
|
<line number="808" hits="0" branch="False" />
|
|
<line number="809" hits="0" branch="False" />
|
|
<line number="810" hits="0" branch="False" />
|
|
<line number="813" hits="0" branch="False" />
|
|
<line number="814" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="815" hits="0" branch="False" />
|
|
<line number="816" hits="0" branch="False" />
|
|
<line number="817" hits="0" branch="False" />
|
|
<line number="818" hits="0" branch="False" />
|
|
<line number="821" hits="0" branch="False" />
|
|
<line number="822" hits="0" branch="False" />
|
|
<line number="825" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="828" hits="0" branch="False" />
|
|
<line number="829" hits="0" branch="False" />
|
|
<line number="830" hits="0" branch="False" />
|
|
<line number="831" hits="0" branch="False" />
|
|
<line number="832" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/FieldSelection`1" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_Field" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="845" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Value" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="847" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Winner" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="849" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DecisionReason" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="851" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Decision" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="853" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HasValue" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="855" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="857" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,T,StellaOps.Concelier.Core.CanonicalMerger/AdvisorySnapshot,System.String,StellaOps.Concelier.Core.FieldDecision)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="836" hits="0" branch="False" />
|
|
<line number="837" hits="0" branch="False" />
|
|
<line number="838" hits="0" branch="False" />
|
|
<line number="839" hits="0" branch="False" />
|
|
<line number="840" hits="0" branch="False" />
|
|
<line number="841" hits="0" branch="False" />
|
|
<line number="842" hits="0" branch="False" />
|
|
<line number="843" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="858" hits="0" branch="False" />
|
|
<line number="859" hits="0" branch="False" />
|
|
<line number="860" hits="0" branch="False" />
|
|
<line number="861" hits="0" branch="False" />
|
|
<line number="862" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="845" hits="0" branch="False" />
|
|
<line number="847" hits="0" branch="False" />
|
|
<line number="849" hits="0" branch="False" />
|
|
<line number="851" hits="0" branch="False" />
|
|
<line number="853" hits="0" branch="False" />
|
|
<line number="855" hits="0" branch="False" />
|
|
<line number="857" hits="0" branch="False" />
|
|
<line number="836" hits="0" branch="False" />
|
|
<line number="837" hits="0" branch="False" />
|
|
<line number="838" hits="0" branch="False" />
|
|
<line number="839" hits="0" branch="False" />
|
|
<line number="840" hits="0" branch="False" />
|
|
<line number="841" hits="0" branch="False" />
|
|
<line number="842" hits="0" branch="False" />
|
|
<line number="843" hits="0" branch="False" />
|
|
<line number="858" hits="0" branch="False" />
|
|
<line number="859" hits="0" branch="False" />
|
|
<line number="860" hits="0" branch="False" />
|
|
<line number="861" hits="0" branch="False" />
|
|
<line number="862" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/AdvisorySnapshot" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="865" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="865" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/ValueCandidate" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Candidate" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="867" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="867" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/PackageSelection" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Package" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="869" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="869" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/ReferenceSelection" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Reference" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="871" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="871" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/CreditSelection" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Credit" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="873" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="873" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/MetricSelection" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Metric" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="875" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="875" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/WeaknessSelection" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Weakness" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="877" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="877" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/CreditsMergeResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Credits" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="879" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="879" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/ReferencesMergeResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_References" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="881" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="881" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/PackagesMergeResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Packages" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="884" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Decisions" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="885" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdditionalProvenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="886" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="884" hits="0" branch="False" />
|
|
<line number="885" hits="0" branch="False" />
|
|
<line number="886" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/WeaknessMergeResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Weaknesses" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="889" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Decisions" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="890" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdditionalProvenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="891" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="889" hits="0" branch="False" />
|
|
<line number="890" hits="0" branch="False" />
|
|
<line number="891" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMerger/CvssMergeResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Metrics" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="894" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CanonicalSeverity" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="895" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CanonicalMetricId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="896" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Decision" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="897" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="894" hits="0" branch="False" />
|
|
<line number="895" hits="0" branch="False" />
|
|
<line number="896" hits="0" branch="False" />
|
|
<line number="897" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.CanonicalMergeResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMergeResult.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Advisory" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.FieldDecision" filename="Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMergeResult.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Field" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SelectedSource" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DecisionReason" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SelectedModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConsideredSources" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.Nullable`1<System.DateTimeOffset>,System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Unknown.UnknownStateLedger" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateLedger.cs" line-rate="0" branch-rate="0" complexity="82">
|
|
<methods>
|
|
<method name="GetByVulnerabilityAsync" signature="(System.String,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EvaluateMarkers" signature="(StellaOps.Concelier.Models.Advisory,System.DateTimeOffset,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="663" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="992" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1422" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryCreateUnknownVulnerabilityRangeMarker" signature="(StellaOps.Concelier.Models.Advisory,System.DateTimeOffset,System.DateTimeOffset,StellaOps.Concelier.Core.Unknown.UnknownStateSnapshot&)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1698" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="779" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1054" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1329" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1811" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2143" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryCreateUnknownOriginMarker" signature="(StellaOps.Concelier.Models.Advisory,System.DateTimeOffset,System.DateTimeOffset,StellaOps.Concelier.Core.Unknown.UnknownStateSnapshot&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="511" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryCreateAmbiguousFixMarker" signature="(StellaOps.Concelier.Models.Advisory,System.DateTimeOffset,System.DateTimeOffset,StellaOps.Concelier.Core.Unknown.UnknownStateSnapshot&)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1938" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="779" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1056" type="jump" coverage="0%" />
|
|
<condition number="1208" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1468" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2051" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2383" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="HasImpactStatus" signature="(StellaOps.Concelier.Models.AffectedPackage)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="670" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="952" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="HasConcreteRange" signature="(StellaOps.Concelier.Models.AffectedPackage)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="670" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="943" type="jump" coverage="0%" />
|
|
<condition number="1010" type="jump" coverage="0%" />
|
|
<condition number="1077" type="jump" coverage="0%" />
|
|
<condition number="1304" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ContainsKnownProvenance" signature="(System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.AdvisoryProvenance>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1251" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="654" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="930" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsKnownSource" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="309" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="310" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Core.Unknown.IUnknownStateRepository,System.TimeProvider)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="663" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="992" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1422" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1698" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="779" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1054" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1329" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1811" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2143" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="511" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1938" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="779" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1056" type="jump" coverage="0%" />
|
|
<condition number="1208" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1468" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2051" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2383" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="670" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="952" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="670" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="943" type="jump" coverage="0%" />
|
|
<condition number="1010" type="jump" coverage="0%" />
|
|
<condition number="1077" type="jump" coverage="0%" />
|
|
<condition number="1304" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1251" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="654" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="930" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Unknown.UnknownStateLedger/UnknownMarkerSeed" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateLedger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Confidence" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="312" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="312" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Unknown.UnknownStateLedger/<RecordAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateLedger.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Unknown.UnknownStateLedgerRequest" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateLedgerRequest.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Advisory" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeKey" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,StellaOps.Concelier.Models.Advisory,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Unknown.UnknownStateLedgerResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateLedgerResult.cs" line-rate="0" branch-rate="0" complexity="7">
|
|
<methods>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Markers" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.DateTimeOffset,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Core.Unknown.UnknownStateSnapshot>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="578" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="578" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Unknown.UnknownStateMarkerKinds" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateMarkerKinds.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_All" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Unknown.UnknownStateSnapshot" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateSnapshot.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="get_Marker" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Confidence" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConfidenceBand" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ObservedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Evidence" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToString" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeMarker" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeConfidence" signature="(System.Double)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeBand" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeEvidence" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Double,System.String,System.DateTimeOffset,System.DateTimeOffset,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryCanonicalizer" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryCanonicalizer.cs" line-rate="0" branch-rate="0" complexity="38">
|
|
<methods>
|
|
<method name="Canonicalize" signature="(StellaOps.Concelier.RawModels.RawIdentifiers,StellaOps.Concelier.RawModels.RawSourceMetadata,StellaOps.Concelier.RawModels.RawUpstreamMetadata)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="436" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="993" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2018" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SelectCanonicalKey" signature="(System.Collections.Generic.IEnumerable`1<System.ValueTuple`2<System.String,System.String>>,StellaOps.Concelier.RawModels.RawIdentifiers,StellaOps.Concelier.RawModels.RawSourceMetadata,StellaOps.Concelier.RawModels.RawUpstreamMetadata)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="808" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="480" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="988" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1324" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1648" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1964" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeVendor" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeFallbackValue" signature="(System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1386" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="833" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<Canonicalize>g__AddCandidate|3_0" signature="(System.String,StellaOps.Concelier.Core.Raw.AdvisoryCanonicalizer/<>c__DisplayClass3_0&)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="441" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
<condition number="721" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="11" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" 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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="436" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="993" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2018" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="808" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="480" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="988" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1324" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1648" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1964" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1386" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="833" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="441" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
<condition number="721" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" 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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryCanonicalizer/CandidateComparer" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryCanonicalizer.cs" line-rate="0" branch-rate="0" complexity="7">
|
|
<methods>
|
|
<method name="get_Instance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="177" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Equals" signature="(System.ValueTuple`2<System.String,System.String>,System.ValueTuple`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="180" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="181" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetHashCode" signature="(System.ValueTuple`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryCanonicalizationResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryCanonicalizer.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="195" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="195" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawQueryOptions" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawQueryOptions.cs" line-rate="0" branch-rate="0" complexity="13">
|
|
<methods>
|
|
<method name="get_Tenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Vendors" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpstreamIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Aliases" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PackageUrls" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentHashes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Since" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Limit" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="set_Limit" signature="(System.Int32)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeTenant" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<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" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<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" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawQueryResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawQueryOptions.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Records" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NextCursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HasMore" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Collections.Generic.IReadOnlyList`1<StellaOps.Concelier.Core.Raw.AdvisoryRawRecord>,System.String,System.Boolean)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawRecord.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Document" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_IngestedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CreatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,StellaOps.Concelier.RawModels.AdvisoryRawDocument,System.DateTimeOffset,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawUpsertResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawRecord.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Inserted" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Record" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Boolean,StellaOps.Concelier.Core.Raw.AdvisoryRawRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawService" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawService.cs" line-rate="0" branch-rate="0" complexity="130">
|
|
<methods>
|
|
<method name="EstimatePayloadBytes" signature="(System.Text.Json.JsonElement)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FindByIdAsync" signature="(System.String,System.String,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="QueryAsync" signature="(StellaOps.Concelier.Core.Raw.AdvisoryRawQueryOptions,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FindByAdvisoryKeyAsync" signature="(System.String,System.String,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateExample" signature="(StellaOps.Concelier.Core.Raw.AdvisoryRawRecord,StellaOps.Aoc.AocViolation)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeTenant" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeSourceVendor" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Normalize" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="552" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="333" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="742" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeSource" signature="(StellaOps.Concelier.RawModels.RawSourceMetadata)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="392" type="jump" coverage="0%" />
|
|
<condition number="504" type="jump" coverage="0%" />
|
|
<condition number="619" type="jump" coverage="0%" />
|
|
<condition number="731" type="jump" coverage="0%" />
|
|
<condition number="850" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeUpstream" signature="(StellaOps.Concelier.RawModels.RawUpstreamMetadata)" line-rate="0" branch-rate="0" complexity="22">
|
|
<lines>
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="449" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1624" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="900" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1233" type="jump" coverage="0%" />
|
|
<condition number="1345" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="1916" type="jump" coverage="0%" />
|
|
<condition number="2028" type="jump" coverage="0%" />
|
|
<condition number="2147" type="jump" coverage="0%" />
|
|
<condition number="2285" type="jump" coverage="0%" />
|
|
<condition number="2397" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeSignature" signature="(StellaOps.Concelier.RawModels.RawSignatureMetadata)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="118" type="jump" coverage="0%" />
|
|
<condition number="245" type="jump" coverage="0%" />
|
|
<condition number="372" type="jump" coverage="0%" />
|
|
<condition number="499" type="jump" coverage="0%" />
|
|
<condition number="626" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeContent" signature="(StellaOps.Concelier.RawModels.RawContent)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="406" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="446" type="jump" coverage="0%" />
|
|
<condition number="558" type="jump" coverage="0%" />
|
|
<condition number="677" type="jump" coverage="0%" />
|
|
<condition number="805" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeIdentifiers" signature="(StellaOps.Concelier.RawModels.RawIdentifiers)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1057" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="674" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="False" />
|
|
<line number="439" hits="0" branch="False" />
|
|
<line number="440" hits="0" branch="False" />
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1491" type="jump" coverage="0%" />
|
|
<condition number="1603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="445" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeLinkset" signature="(StellaOps.Concelier.RawModels.RawLinkset)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="449" hits="0" branch="False" />
|
|
<line number="450" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="453" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="457" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeSourceVendors" signature="(System.Collections.Generic.IReadOnlyCollection`1<System.String>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1212" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="830" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1336" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="480" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeStringArray" signature="(System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="725" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeReferences" signature="(System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.RawModels.RawReference>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="505" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="506" hits="0" branch="False" />
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="719" type="jump" coverage="0%" />
|
|
<condition number="840" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1138" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="519" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="False" />
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildAdvisoryKeySearchValues" signature="(System.String)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="529" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="530" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="531" hits="0" branch="False" />
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="False" />
|
|
<line number="537" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="632" type="jump" coverage="0%" />
|
|
<condition number="750" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="542" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1071" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="550" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToJsonElement" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="False" />
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Core.Raw.IAdvisoryRawRepository,StellaOps.Concelier.Core.Aoc.IAdvisoryRawWriteGuard,StellaOps.Aoc.IAocGuard,StellaOps.Concelier.Core.Linksets.IAdvisoryLinksetMapper,System.TimeProvider,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Core.Raw.AdvisoryRawService>)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="505" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="678" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="851" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1024" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="552" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="333" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="742" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="392" type="jump" coverage="0%" />
|
|
<condition number="504" type="jump" coverage="0%" />
|
|
<condition number="619" type="jump" coverage="0%" />
|
|
<condition number="731" type="jump" coverage="0%" />
|
|
<condition number="850" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="449" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1624" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="900" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1233" type="jump" coverage="0%" />
|
|
<condition number="1345" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="1916" type="jump" coverage="0%" />
|
|
<condition number="2028" type="jump" coverage="0%" />
|
|
<condition number="2147" type="jump" coverage="0%" />
|
|
<condition number="2285" type="jump" coverage="0%" />
|
|
<condition number="2397" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="118" type="jump" coverage="0%" />
|
|
<condition number="245" type="jump" coverage="0%" />
|
|
<condition number="372" type="jump" coverage="0%" />
|
|
<condition number="499" type="jump" coverage="0%" />
|
|
<condition number="626" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="406" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="446" type="jump" coverage="0%" />
|
|
<condition number="558" type="jump" coverage="0%" />
|
|
<condition number="677" type="jump" coverage="0%" />
|
|
<condition number="805" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1057" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="674" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="False" />
|
|
<line number="439" hits="0" branch="False" />
|
|
<line number="440" hits="0" branch="False" />
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1491" type="jump" coverage="0%" />
|
|
<condition number="1603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="445" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="False" />
|
|
<line number="450" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="453" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="457" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1212" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="830" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1336" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="725" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="False" />
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="505" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="506" hits="0" branch="False" />
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="719" type="jump" coverage="0%" />
|
|
<condition number="840" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1138" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="519" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="False" />
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="False" />
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="529" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="530" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="531" hits="0" branch="False" />
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="False" />
|
|
<line number="537" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="632" type="jump" coverage="0%" />
|
|
<condition number="750" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="542" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1071" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="550" hits="0" branch="False" />
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="False" />
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="505" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="678" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="851" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1024" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawService/VerificationAggregation" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawService.cs" line-rate="0" branch-rate="0" complexity="7">
|
|
<methods>
|
|
<method name="get_Code" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="568" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Count" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="570" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Truncated" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="572" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Examples" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="574" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryAddExample" signature="(StellaOps.Concelier.Core.Raw.AdvisoryRawViolationExample)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="579" hits="0" branch="False" />
|
|
<line number="580" hits="0" branch="False" />
|
|
<line number="583" hits="0" branch="False" />
|
|
<line number="584" hits="0" branch="False" />
|
|
<line number="585" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="563" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="570" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="False" />
|
|
<line number="574" hits="0" branch="False" />
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="579" hits="0" branch="False" />
|
|
<line number="580" hits="0" branch="False" />
|
|
<line number="583" hits="0" branch="False" />
|
|
<line number="584" hits="0" branch="False" />
|
|
<line number="585" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="563" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawService/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawService.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="<VerifyAsync>b__13_0" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="206" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<VerifyAsync>b__13_1" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="207" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<VerifyAsync>b__13_2" signature="(StellaOps.Concelier.Core.Raw.AdvisoryRawService/VerificationAggregation)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="274" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<VerifyAsync>b__13_3" signature="(StellaOps.Concelier.Core.Raw.AdvisoryRawService/VerificationAggregation)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="275" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<VerifyAsync>b__13_4" signature="(StellaOps.Concelier.Core.Raw.AdvisoryRawService/VerificationAggregation)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<VerifyAsync>b__13_5" signature="(StellaOps.Concelier.Core.Raw.AdvisoryRawVerificationViolation)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="282" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<VerifyAsync>b__13_6" signature="(StellaOps.Concelier.Core.Raw.AdvisoryRawService/VerificationAggregation)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="290" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawService/<IngestAsync>d__8" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawService.cs" line-rate="0" branch-rate="0" complexity="22">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="22">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="202" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1582" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1761" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1940" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2119" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2298" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2487" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3470" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3655" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3916" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="202" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1204" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1582" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1761" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1940" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2119" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2298" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2487" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3470" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3655" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3916" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawService/<VerifyAsync>d__13" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawService.cs" line-rate="0" branch-rate="0" complexity="40">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="40">
|
|
<lines>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="426" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="711" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="197" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="895" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1070" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1300" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="203" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1475" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5874" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3114" type="jump" coverage="0%" />
|
|
<condition number="3243" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5681" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3815" type="jump" coverage="0%" />
|
|
<condition number="3954" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4312" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4791" type="jump" coverage="0%" />
|
|
<condition number="4917" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="6556" type="jump" coverage="0%" />
|
|
<condition number="6690" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="426" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="711" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="197" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="895" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1070" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1300" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="203" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1475" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5874" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3114" type="jump" coverage="0%" />
|
|
<condition number="3243" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5681" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3815" type="jump" coverage="0%" />
|
|
<condition number="3954" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4312" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4791" type="jump" coverage="0%" />
|
|
<condition number="4917" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="6556" type="jump" coverage="0%" />
|
|
<condition number="6690" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawVerificationRequest" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/IAdvisoryRawService.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_Tenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Since" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Until" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Limit" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceVendors" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Codes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.DateTimeOffset,System.DateTimeOffset,System.Int32,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Collections.Generic.IReadOnlyCollection`1<System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawVerificationResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/IAdvisoryRawService.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_Tenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_WindowStart" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_WindowEnd" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CheckedCount" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Violations" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Truncated" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.DateTimeOffset,System.DateTimeOffset,System.Int32,System.Collections.Generic.IReadOnlyList`1<StellaOps.Concelier.Core.Raw.AdvisoryRawVerificationViolation>,System.Boolean)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawVerificationViolation" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/IAdvisoryRawService.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Code" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Count" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Examples" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Int32,System.Collections.Generic.IReadOnlyList`1<StellaOps.Concelier.Core.Raw.AdvisoryRawViolationExample>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.AdvisoryRawViolationExample" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/IAdvisoryRawService.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_SourceVendor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Path" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Raw.RawServiceCollectionExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Raw/RawServiceCollectionExtensions.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="AddAdvisoryRawServices" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Observations.AdvisoryObservationCursor" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationCursor.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_CreatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ObservationId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Observations.AdvisoryObservationQueryOptions" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationQueryModels.cs" line-rate="0" branch-rate="0" complexity="15">
|
|
<methods>
|
|
<method name="get_Tenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ObservationIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Aliases" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Purls" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cpes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Limit" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Nullable`1<System.Int32>,System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="394" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="561" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="728" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="394" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="561" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="728" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Observations.AdvisoryObservationQueryResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationQueryModels.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Observations" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Linkset" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="71" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NextCursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HasMore" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.Observations.AdvisoryObservation>,StellaOps.Concelier.Core.Observations.AdvisoryObservationLinksetAggregate,System.String,System.Boolean)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Observations.AdvisoryObservationLinksetAggregate" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationQueryModels.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Aliases" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Purls" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cpes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_References" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Collections.Immutable.ImmutableArray`1<System.String>,System.Collections.Immutable.ImmutableArray`1<System.String>,System.Collections.Immutable.ImmutableArray`1<System.String>,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.Observations.AdvisoryObservationReference>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="78" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Observations.AdvisoryObservationQueryService" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationQueryService.cs" line-rate="0" branch-rate="0" complexity="55">
|
|
<methods>
|
|
<method name="Matches" signature="(StellaOps.Concelier.Models.Observations.AdvisoryObservation,System.Collections.Immutable.ImmutableHashSet`1<System.String>,System.Collections.Immutable.ImmutableHashSet`1<System.String>,System.Collections.Immutable.ImmutableHashSet`1<System.String>,System.Collections.Immutable.ImmutableHashSet`1<System.String>)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="292" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="562" type="jump" coverage="0%" />
|
|
<condition number="701" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="971" type="jump" coverage="0%" />
|
|
<condition number="1110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1381" type="jump" coverage="0%" />
|
|
<condition number="1523" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeTenant" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="100" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeSet" signature="(System.Collections.Generic.IEnumerable`1<System.String>,System.Func`2<System.String,System.String>,System.StringComparer)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1154" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="771" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeLimit" signature="(System.Nullable`1<System.Int32>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="563" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DecodeCursor" signature="(System.String)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="621" type="jump" coverage="0%" />
|
|
<condition number="746" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1097" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1526" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EncodeCursor" signature="(StellaOps.Concelier.Models.Observations.AdvisoryObservation)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildAggregateLinkset" signature="(System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.Observations.AdvisoryObservation>)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3016" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1320" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1831" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2342" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2853" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Core.Observations.IAdvisoryObservationLookup)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="292" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="562" type="jump" coverage="0%" />
|
|
<condition number="701" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="971" type="jump" coverage="0%" />
|
|
<condition number="1110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1381" type="jump" coverage="0%" />
|
|
<condition number="1523" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1154" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="771" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="563" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="621" type="jump" coverage="0%" />
|
|
<condition number="746" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1097" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1526" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3016" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1320" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1831" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2342" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2853" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Observations.AdvisoryObservationQueryService/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationQueryService.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="<QueryAsync>b__4_0" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<QueryAsync>b__4_1" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<QueryAsync>b__4_2" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<QueryAsync>b__4_3" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<QueryAsync>b__4_5" signature="(StellaOps.Concelier.Models.Observations.AdvisoryObservation)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<QueryAsync>b__4_6" signature="(StellaOps.Concelier.Models.Observations.AdvisoryObservation)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Observations.AdvisoryObservationQueryService/<>c__DisplayClass4_0" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationQueryService.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="<QueryAsync>b__4" signature="(StellaOps.Concelier.Models.Observations.AdvisoryObservation)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Observations.AdvisoryObservationQueryService/<QueryAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationQueryService.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1500" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1699" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1500" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1699" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Noise.NoisePriorComputationRequest" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorComputationRequest.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Nullable`1<System.DateTimeOffset>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Noise.NoisePriorComputationResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorComputationResult.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Summaries" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Core.Noise.NoisePriorSummary>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Noise.NoisePriorService" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorService.cs" line-rate="0" branch-rate="0" complexity="33">
|
|
<methods>
|
|
<method name="GetByVulnerabilityAsync" signature="(System.String,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetByPackageAsync" signature="(System.String,System.String,System.String,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ComputeSummaries" signature="(StellaOps.Concelier.Core.Events.AdvisoryReplay,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2462" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1404" type="jump" coverage="0%" />
|
|
<condition number="1525" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1940" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2743" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3598" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeKey" signature="(System.String,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizePlatform" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Core.Events.IAdvisoryEventLog,StellaOps.Concelier.Core.Noise.INoisePriorRepository,System.TimeProvider)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="505" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2462" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1404" type="jump" coverage="0%" />
|
|
<condition number="1525" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1940" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2743" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3598" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="505" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Noise.NoisePriorService/PackageKey" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorService.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_PackageType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="179" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PackageIdentifier" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="180" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Platform" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="181" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="178" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Noise.NoisePriorService/NoiseAccumulator" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorService.cs" line-rate="0" branch-rate="0" complexity="91">
|
|
<methods>
|
|
<method name="get_PackageType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="202" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PackageIdentifier" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="204" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Platform" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="206" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ObservationCount" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="208" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NegativeSignals" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="210" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PositiveSignals" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="212" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NeutralSignals" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="214" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VersionRangeSignals" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="216" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HasMissingStatus" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="218" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FirstObserved" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="220" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastObserved" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="222" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UniqueNegativeSources" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="224" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Register" signature="(System.DateTimeOffset,StellaOps.Concelier.Models.AffectedPackage)" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="571" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="950" type="jump" coverage="0%" />
|
|
<condition number="1069" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3414" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1680" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1927" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2381" type="jump" coverage="0%" />
|
|
<condition number="2507" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2858" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3534" type="jump" coverage="0%" />
|
|
<condition number="3661" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToSummary" signature="(System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="280" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="295" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ComputeProbability" signature="()" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="396" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="731" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1440" type="jump" coverage="0%" />
|
|
<condition number="1553" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1888" type="jump" coverage="0%" />
|
|
<condition number="2006" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2357" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2706" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3052" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildRules" signature="()" line-rate="0" branch-rate="0" complexity="30">
|
|
<lines>
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="169" type="jump" coverage="0%" />
|
|
<condition number="227" type="jump" coverage="0%" />
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="726" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1052" type="jump" coverage="0%" />
|
|
<condition number="1168" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1494" type="jump" coverage="0%" />
|
|
<condition number="1556" type="jump" coverage="0%" />
|
|
<condition number="1727" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2059" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2388" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="2714" type="jump" coverage="0%" />
|
|
<condition number="2775" type="jump" coverage="0%" />
|
|
<condition number="2833" type="jump" coverage="0%" />
|
|
<condition number="3054" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="571" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="950" type="jump" coverage="0%" />
|
|
<condition number="1069" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3414" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1680" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1927" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2381" type="jump" coverage="0%" />
|
|
<condition number="2507" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2858" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3534" type="jump" coverage="0%" />
|
|
<condition number="3661" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="280" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="295" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="396" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="731" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1440" type="jump" coverage="0%" />
|
|
<condition number="1553" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1888" type="jump" coverage="0%" />
|
|
<condition number="2006" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2357" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2706" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3052" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="169" type="jump" coverage="0%" />
|
|
<condition number="227" type="jump" coverage="0%" />
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="726" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1052" type="jump" coverage="0%" />
|
|
<condition number="1168" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1494" type="jump" coverage="0%" />
|
|
<condition number="1556" type="jump" coverage="0%" />
|
|
<condition number="1727" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2059" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2388" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="2714" type="jump" coverage="0%" />
|
|
<condition number="2775" type="jump" coverage="0%" />
|
|
<condition number="2833" type="jump" coverage="0%" />
|
|
<condition number="3054" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Noise.NoisePriorService/<RecomputeAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorService.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Noise.NoisePriorServiceCollectionExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorServiceCollectionExtensions.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="AddNoisePriorService" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Noise.NoisePriorSummary" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorSummary.cs" line-rate="0" branch-rate="1" complexity="16">
|
|
<methods>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PackageType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PackageIdentifier" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Platform" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Probability" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ObservationCount" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NegativeSignals" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PositiveSignals" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NeutralSignals" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VersionRangeSignals" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UniqueNegativeSources" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RuleHits" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FirstObserved" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastObserved" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_GeneratedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Immutable.ImmutableArray`1<System.String>,System.DateTimeOffset,System.DateTimeOffset,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Linksets.AdvisoryLinksetMapper" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetMapper.cs" line-rate="0" branch-rate="0" complexity="72">
|
|
<methods>
|
|
<method name="Map" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="611" type="jump" coverage="0%" />
|
|
<condition number="746" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SeedAliases" signature="(StellaOps.Concelier.RawModels.RawIdentifiers,System.Collections.Generic.HashSet`1<System.String>,System.Collections.Generic.HashSet`1<System.String>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1089" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="514" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1312" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Traverse" signature="(System.Text.Json.JsonElement,System.String,System.Collections.Generic.HashSet`1<System.String>,System.Collections.Generic.HashSet`1<System.String>,System.Collections.Generic.HashSet`1<System.String>,System.Collections.Generic.List`1<StellaOps.Concelier.RawModels.RawReference>,System.Collections.Generic.HashSet`1<StellaOps.Concelier.Core.Linksets.AdvisoryLinksetMapper/ReferenceKey>,System.Collections.Generic.HashSet`1<System.String>)" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="118" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="558" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1457" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2567" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2899" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3283" type="jump" coverage="0%" />
|
|
<condition number="3402" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3786" type="jump" coverage="0%" />
|
|
<condition number="3905" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeAlias" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="449" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="730" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryExtractReference" signature="(System.Text.Json.JsonElement,System.String,StellaOps.Concelier.RawModels.RawReference&,System.String&)" line-rate="0" branch-rate="0" complexity="22">
|
|
<lines>
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="225" type="jump" coverage="0%" />
|
|
<condition number="347" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="675" type="jump" coverage="0%" />
|
|
<condition number="793" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1123" type="jump" coverage="0%" />
|
|
<condition number="1242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1581" type="jump" coverage="0%" />
|
|
<condition number="1700" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2034" type="jump" coverage="0%" />
|
|
<condition number="2094" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2320" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AppendPointer" signature="(System.String,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="229" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="515" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="804" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<AppendPointer>g__Encode|6_0" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="261" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="611" type="jump" coverage="0%" />
|
|
<condition number="746" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1089" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="514" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1312" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="118" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="558" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1457" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2567" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2899" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3283" type="jump" coverage="0%" />
|
|
<condition number="3402" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3786" type="jump" coverage="0%" />
|
|
<condition number="3905" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="449" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="730" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="225" type="jump" coverage="0%" />
|
|
<condition number="347" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="675" type="jump" coverage="0%" />
|
|
<condition number="793" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1123" type="jump" coverage="0%" />
|
|
<condition number="1242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1581" type="jump" coverage="0%" />
|
|
<condition number="1700" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2034" type="jump" coverage="0%" />
|
|
<condition number="2094" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2320" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="229" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="515" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="804" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Linksets.AdvisoryLinksetMapper/ReferenceKey" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetMapper.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Url" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="283" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="283" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Linksets.AdvisoryLinksetMapper/ReferenceKeyComparer" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetMapper.cs" line-rate="0" branch-rate="0" complexity="11">
|
|
<methods>
|
|
<method name="Equals" signature="(StellaOps.Concelier.Core.Linksets.AdvisoryLinksetMapper/ReferenceKey,StellaOps.Concelier.Core.Linksets.AdvisoryLinksetMapper/ReferenceKey)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
<condition number="259" type="jump" coverage="0%" />
|
|
<condition number="375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetHashCode" signature="(StellaOps.Concelier.Core.Linksets.AdvisoryLinksetMapper/ReferenceKey)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="262" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="287" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
<condition number="259" type="jump" coverage="0%" />
|
|
<condition number="375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="262" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Linksets.AdvisoryObservationFactory" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryObservationFactory.cs" line-rate="0" branch-rate="0" complexity="90">
|
|
<methods>
|
|
<method name="Create" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument,System.Nullable`1<System.DateTimeOffset>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="560" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateSource" signature="(StellaOps.Concelier.RawModels.RawSourceMetadata,StellaOps.Concelier.RawModels.RawUpstreamMetadata)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="237" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolveApi" signature="(StellaOps.Concelier.RawModels.RawSourceMetadata,StellaOps.Concelier.RawModels.RawUpstreamMetadata)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="289" type="jump" coverage="0%" />
|
|
<condition number="405" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="692" type="jump" coverage="0%" />
|
|
<condition number="810" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateUpstream" signature="(StellaOps.Concelier.RawModels.RawUpstreamMetadata)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="208" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateContent" signature="(StellaOps.Concelier.RawModels.RawContent)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParseJson" signature="(System.Text.Json.JsonElement)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
<condition number="329" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateLinkset" signature="(StellaOps.Concelier.RawModels.RawIdentifiers,StellaOps.Concelier.RawModels.RawLinkset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateRawLinkset" signature="(StellaOps.Concelier.RawModels.RawIdentifiers,StellaOps.Concelier.RawModels.RawLinkset)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="173" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="512" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1338" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="964" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1565" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2391" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2017" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2698" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CollectAliases" signature="(StellaOps.Concelier.RawModels.RawIdentifiers,StellaOps.Concelier.RawModels.RawLinkset)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1025" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="637" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CollectValues" signature="(System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="730" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CollectReferences" signature="(System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.RawModels.RawReference>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1257" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="731" type="jump" coverage="0%" />
|
|
<condition number="852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateAttributes" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="178" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1380" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="802" type="jump" coverage="0%" />
|
|
<condition number="921" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1522" type="jump" coverage="0%" />
|
|
<condition number="1654" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1960" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2398" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildObservationId" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="302" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="464" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<CreateRawLinkset>g__EnsureArray|7_0" signature="(System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="<CreateRawLinkset>g__EnsureReferences|7_1" signature="(System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.RawModels.RawReference>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="<CollectAliases>g__AddAlias|8_0" signature="(System.Collections.Generic.ICollection`1<System.String>,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<CollectAliases>g__AddRange|8_1" signature="(System.Collections.Generic.ICollection`1<System.String>,System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="760" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="560" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="237" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="289" type="jump" coverage="0%" />
|
|
<condition number="405" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="692" type="jump" coverage="0%" />
|
|
<condition number="810" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="208" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
<condition number="329" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="173" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="512" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1338" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="964" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1565" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2391" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2017" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2698" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1025" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="637" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="730" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1257" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="731" type="jump" coverage="0%" />
|
|
<condition number="852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="178" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1380" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="802" type="jump" coverage="0%" />
|
|
<condition number="921" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1522" type="jump" coverage="0%" />
|
|
<condition number="1654" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1960" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2398" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="302" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="464" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="760" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Linksets.LinksetNormalization" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/LinksetNormalization.cs" line-rate="0" branch-rate="0" complexity="34">
|
|
<methods>
|
|
<method name="TryNormalizeAlias" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
<condition number="225" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizePackageUrl" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
<condition number="387" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="767" type="jump" coverage="0%" />
|
|
<condition number="891" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeCpe" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
<condition number="282" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="656" type="jump" coverage="0%" />
|
|
<condition number="780" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryCreateReference" signature="(System.String,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
<condition number="275" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="545" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CanonicalizePackageUrl" signature="(StellaOps.Concelier.Normalization.Identifiers.PackageUrl)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="298" type="jump" coverage="0%" />
|
|
<condition number="422" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="892" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
<condition number="225" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
<condition number="387" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="767" type="jump" coverage="0%" />
|
|
<condition number="891" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
<condition number="282" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="656" type="jump" coverage="0%" />
|
|
<condition number="780" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
<condition number="275" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="545" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="298" type="jump" coverage="0%" />
|
|
<condition number="422" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="892" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Linksets.LinksetServiceCollectionExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/LinksetServiceCollectionExtensions.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="AddConcelierLinksetMappers" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobCoordinator" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="0" complexity="129">
|
|
<methods>
|
|
<method name="GetDefinitionsAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetRecentRunsAsync" signature="(System.String,System.Int32,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="207" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetActiveRunsAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="210" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetRunAsync" signature="(System.Guid,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="213" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetLastRunAsync" signature="(System.String,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="216" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetLastRunsAsync" signature="(System.Collections.Generic.IEnumerable`1<System.String>,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="219" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeParameters" signature="(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>,System.Collections.Generic.Dictionary`2<System.String,System.Object>&,System.String&)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1754" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="845" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeParameterValue" signature="(System.Object)" line-rate="0" branch-rate="0" complexity="62">
|
|
<lines>
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/46)">
|
|
<conditions>
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
<condition number="446" type="jump" coverage="0%" />
|
|
<condition number="508" type="jump" coverage="0%" />
|
|
<condition number="570" type="jump" coverage="0%" />
|
|
<condition number="632" type="jump" coverage="0%" />
|
|
<condition number="694" type="jump" coverage="0%" />
|
|
<condition number="756" type="jump" coverage="0%" />
|
|
<condition number="818" type="jump" coverage="0%" />
|
|
<condition number="880" type="jump" coverage="0%" />
|
|
<condition number="942" type="jump" coverage="0%" />
|
|
<condition number="1004" type="jump" coverage="0%" />
|
|
<condition number="1126" type="jump" coverage="0%" />
|
|
<condition number="1248" type="jump" coverage="0%" />
|
|
<condition number="1371" type="jump" coverage="0%" />
|
|
<condition number="1494" type="jump" coverage="0%" />
|
|
<condition number="1617" type="jump" coverage="0%" />
|
|
<condition number="1740" type="jump" coverage="0%" />
|
|
<condition number="1867" type="jump" coverage="0%" />
|
|
<condition number="1933" type="jump" coverage="0%" />
|
|
<condition number="1999" type="jump" coverage="0%" />
|
|
<condition number="2061" type="jump" coverage="0%" />
|
|
<condition number="2188" type="jump" coverage="0%" />
|
|
<condition number="2254" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3022" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3387" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5165" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4652" type="jump" coverage="0%" />
|
|
<condition number="4768" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5408" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6021" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeJsonElement" signature="(System.Text.Json.JsonElement)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="116" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="707" type="jump" coverage="0%" />
|
|
<condition number="771" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeJsonObject" signature="(System.Text.Json.JsonElement)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="577" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeJsonArray" signature="(System.Text.Json.JsonElement)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="559" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolveDuration" signature="(StellaOps.Concelier.Core.Jobs.JobRunSnapshot,StellaOps.Concelier.Core.Jobs.JobRunSnapshot)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="231" type="jump" coverage="0%" />
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="381" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="619" type="jump" coverage="0%" />
|
|
<condition number="748" type="jump" coverage="0%" />
|
|
<condition number="818" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="382" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1046" type="jump" coverage="0%" />
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1417" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="385" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CombineLeaseExceptions" signature="(System.Exception,System.Exception)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="376" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildHolderId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="589" hits="0" branch="False" />
|
|
<line number="590" hits="0" branch="False" />
|
|
<line number="591" hits="0" branch="False" />
|
|
<line number="592" hits="0" branch="False" />
|
|
<line number="593" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Core.Jobs.JobSchedulerOptions>,StellaOps.Concelier.Core.Jobs.IJobStore,StellaOps.Concelier.Core.Jobs.ILeaseStore,Microsoft.Extensions.DependencyInjection.IServiceScopeFactory,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Core.Jobs.JobCoordinator>,Microsoft.Extensions.Logging.ILoggerFactory,System.TimeProvider,StellaOps.Concelier.Core.Jobs.JobDiagnostics)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="338" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="510" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="683" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="856" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1029" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1202" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1754" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="845" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/46)">
|
|
<conditions>
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
<condition number="446" type="jump" coverage="0%" />
|
|
<condition number="508" type="jump" coverage="0%" />
|
|
<condition number="570" type="jump" coverage="0%" />
|
|
<condition number="632" type="jump" coverage="0%" />
|
|
<condition number="694" type="jump" coverage="0%" />
|
|
<condition number="756" type="jump" coverage="0%" />
|
|
<condition number="818" type="jump" coverage="0%" />
|
|
<condition number="880" type="jump" coverage="0%" />
|
|
<condition number="942" type="jump" coverage="0%" />
|
|
<condition number="1004" type="jump" coverage="0%" />
|
|
<condition number="1126" type="jump" coverage="0%" />
|
|
<condition number="1248" type="jump" coverage="0%" />
|
|
<condition number="1371" type="jump" coverage="0%" />
|
|
<condition number="1494" type="jump" coverage="0%" />
|
|
<condition number="1617" type="jump" coverage="0%" />
|
|
<condition number="1740" type="jump" coverage="0%" />
|
|
<condition number="1867" type="jump" coverage="0%" />
|
|
<condition number="1933" type="jump" coverage="0%" />
|
|
<condition number="1999" type="jump" coverage="0%" />
|
|
<condition number="2061" type="jump" coverage="0%" />
|
|
<condition number="2188" type="jump" coverage="0%" />
|
|
<condition number="2254" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3022" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3387" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5165" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="4652" type="jump" coverage="0%" />
|
|
<condition number="4768" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5408" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6021" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="116" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="707" type="jump" coverage="0%" />
|
|
<condition number="771" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="577" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="559" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="231" type="jump" coverage="0%" />
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="381" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="619" type="jump" coverage="0%" />
|
|
<condition number="748" type="jump" coverage="0%" />
|
|
<condition number="818" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="382" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1046" type="jump" coverage="0%" />
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1417" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="376" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="589" hits="0" branch="False" />
|
|
<line number="590" hits="0" branch="False" />
|
|
<line number="591" hits="0" branch="False" />
|
|
<line number="592" hits="0" branch="False" />
|
|
<line number="593" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="338" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="510" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="683" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="856" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1029" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1202" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobCoordinator/<>c__DisplayClass10_1" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="<TriggerAsync>b__1" signature="(System.Threading.Tasks.Task)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobCoordinator/<>c__DisplayClass10_2" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="<TriggerAsync>b__0" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="153" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="153" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobCoordinator/<CompleteRunAsync>d__22" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobCoordinator/<ExecuteJobAsync>d__27" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="0" complexity="48">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="48">
|
|
<lines>
|
|
<line number="439" hits="0" branch="False" />
|
|
<line number="440" hits="0" branch="False" />
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="629" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="448" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="826" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="449" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1023" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1212" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="451" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1409" type="jump" coverage="0%" />
|
|
<condition number="1541" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="452" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1739" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="457" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="False" />
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="482" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4336" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="501" hits="0" branch="False" />
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4606" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="505" hits="0" branch="False" />
|
|
<line number="506" hits="0" branch="False" />
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5306" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="517" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="519" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5677" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="523" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="526" hits="0" branch="False" />
|
|
<line number="528" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6550" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="530" hits="0" branch="False" />
|
|
<line number="531" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6827" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6990" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="7309" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="539" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7438" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="540" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7824" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="8220" type="jump" coverage="0%" />
|
|
<condition number="8336" type="jump" coverage="0%" />
|
|
<condition number="8448" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="552" hits="0" branch="False" />
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="439" hits="0" branch="False" />
|
|
<line number="440" hits="0" branch="False" />
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="629" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="448" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="826" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="449" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1023" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1212" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="451" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1409" type="jump" coverage="0%" />
|
|
<condition number="1541" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="452" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1739" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="457" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="False" />
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="482" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4336" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="501" hits="0" branch="False" />
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4606" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="505" hits="0" branch="False" />
|
|
<line number="506" hits="0" branch="False" />
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5306" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="517" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="519" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5677" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="523" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6270" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="526" hits="0" branch="False" />
|
|
<line number="528" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6550" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="530" hits="0" branch="False" />
|
|
<line number="531" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6827" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6990" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="7309" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="539" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7438" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="540" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7824" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="8220" type="jump" coverage="0%" />
|
|
<condition number="8336" type="jump" coverage="0%" />
|
|
<condition number="8448" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="552" hits="0" branch="False" />
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobCoordinator/<MaintainLeaseAsync>d__28" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="558" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="151" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="559" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1805" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="562" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
<line number="567" hits="0" branch="False" />
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="569" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="False" />
|
|
<line number="574" hits="0" branch="False" />
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="576" hits="0" branch="False" />
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
<line number="579" hits="0" branch="False" />
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
<line number="583" hits="0" branch="False" />
|
|
<line number="585" hits="0" branch="False" />
|
|
<line number="586" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="558" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="151" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="559" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1805" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="562" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
<line number="567" hits="0" branch="False" />
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="569" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="False" />
|
|
<line number="574" hits="0" branch="False" />
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="576" hits="0" branch="False" />
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
<line number="579" hits="0" branch="False" />
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
<line number="583" hits="0" branch="False" />
|
|
<line number="585" hits="0" branch="False" />
|
|
<line number="586" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobCoordinator/<ObserveLeaseTaskAsync>d__24" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobCoordinator/<TriggerAsync>d__10" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="0" complexity="80">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="80">
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="352" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="597" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="777" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1578" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1797" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2042" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2216" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2619" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2799" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3019" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3364" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3539" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4372" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4547" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4989" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5275" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5918" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6991" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7609" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7787" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7981" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8170" type="jump" coverage="0%" />
|
|
<condition number="8309" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8607" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8965" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9593" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9773" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10268" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10438" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10814" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10994" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11396" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11776" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="12269" type="jump" coverage="0%" />
|
|
<condition number="12411" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="352" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="597" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="777" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1375" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1578" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1797" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2042" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2216" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2619" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2799" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3019" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3364" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3539" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4372" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4547" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4989" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5275" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5918" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6991" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7609" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7787" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7981" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8170" type="jump" coverage="0%" />
|
|
<condition number="8309" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8607" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8965" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9593" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9773" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10268" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10438" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10814" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10994" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11396" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11776" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="12269" type="jump" coverage="0%" />
|
|
<condition number="12411" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobCoordinator/<TryReleaseLeaseAsync>d__25" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.LeaseMaintenanceException" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name=".ctor" signature="(System.String,System.Exception)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="599" hits="0" branch="False" />
|
|
<line number="600" hits="0" branch="False" />
|
|
<line number="601" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="599" hits="0" branch="False" />
|
|
<line number="600" hits="0" branch="False" />
|
|
<line number="601" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobParametersHasher" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs" line-rate="0" branch-rate="0" complexity="7">
|
|
<methods>
|
|
<method name="Compute" signature="(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="613" hits="0" branch="False" />
|
|
<line number="614" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="615" hits="0" branch="False" />
|
|
<line number="616" hits="0" branch="False" />
|
|
<line number="619" hits="0" branch="False" />
|
|
<line number="620" hits="0" branch="False" />
|
|
<line number="621" hits="0" branch="False" />
|
|
<line number="622" hits="0" branch="False" />
|
|
<line number="623" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Sort" signature="(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="626" hits="0" branch="False" />
|
|
<line number="627" hits="0" branch="False" />
|
|
<line number="628" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="561" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="False" />
|
|
<line number="631" hits="0" branch="False" />
|
|
<line number="633" hits="0" branch="False" />
|
|
<line number="634" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="606" hits="0" branch="False" />
|
|
<line number="607" hits="0" branch="False" />
|
|
<line number="608" hits="0" branch="False" />
|
|
<line number="609" hits="0" branch="False" />
|
|
<line number="610" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="613" hits="0" branch="False" />
|
|
<line number="614" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="615" hits="0" branch="False" />
|
|
<line number="616" hits="0" branch="False" />
|
|
<line number="619" hits="0" branch="False" />
|
|
<line number="620" hits="0" branch="False" />
|
|
<line number="621" hits="0" branch="False" />
|
|
<line number="622" hits="0" branch="False" />
|
|
<line number="623" hits="0" branch="False" />
|
|
<line number="626" hits="0" branch="False" />
|
|
<line number="627" hits="0" branch="False" />
|
|
<line number="628" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="561" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="False" />
|
|
<line number="631" hits="0" branch="False" />
|
|
<line number="633" hits="0" branch="False" />
|
|
<line number="634" hits="0" branch="False" />
|
|
<line number="606" hits="0" branch="False" />
|
|
<line number="607" hits="0" branch="False" />
|
|
<line number="608" hits="0" branch="False" />
|
|
<line number="609" hits="0" branch="False" />
|
|
<line number="610" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobDefinition" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobDefinition.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_Kind" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_JobType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Timeout" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LeaseDuration" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CronExpression" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Enabled" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LeaseKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Type,System.TimeSpan,System.TimeSpan,System.String,System.Boolean)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobDiagnostics" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobDiagnostics.cs" line-rate="0" branch-rate="0" complexity="18">
|
|
<methods>
|
|
<method name="get_ActivitySource" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Meter" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="StartTriggerActivity" signature="(System.String,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="StartSchedulerActivity" signature="(System.String,System.DateTimeOffset,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="StartExecutionActivity" signature="(System.String,System.String,System.Guid)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordTriggerAccepted" signature="(System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordTriggerRejected" signature="(System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordRunStarted" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordRunCompleted" signature="(System.String,StellaOps.Concelier.Core.Jobs.JobRunStatus,System.Nullable`1<System.TimeSpan>,System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="806" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordSchedulerSkew" signature="(System.String,System.DateTimeOffset,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Dispose" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="806" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobExecutionContext" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobExecutionContext.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="get_RunId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Kind" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Trigger" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Parameters" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Services" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TimeProvider" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Logger" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetRequiredService" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.String,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>,System.IServiceProvider,System.TimeProvider,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="506" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="679" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="506" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="679" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobLease" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobLease.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_Key" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Holder" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AcquiredAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HeartbeatAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LeaseDuration" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TtlAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.DateTimeOffset,System.DateTimeOffset,System.TimeSpan,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobPluginRegistrationExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobPluginRegistrationExtensions.cs" line-rate="0" branch-rate="0" complexity="38">
|
|
<methods>
|
|
<method name="RegisterJobPluginRoutines" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration,StellaOps.Plugin.Hosting.PluginHostOptions,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="38">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="387" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4999" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4821" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1468" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1736" type="jump" coverage="0%" />
|
|
<condition number="1852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2298" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="2835" type="jump" coverage="0%" />
|
|
<condition number="2916" type="jump" coverage="0%" />
|
|
<condition number="3042" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3323" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3699" type="jump" coverage="0%" />
|
|
<condition number="3816" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="4286" type="jump" coverage="0%" />
|
|
<condition number="4367" type="jump" coverage="0%" />
|
|
<condition number="4493" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5137" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5294" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="387" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4999" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="4821" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1468" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1736" type="jump" coverage="0%" />
|
|
<condition number="1852" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2298" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="2835" type="jump" coverage="0%" />
|
|
<condition number="2916" type="jump" coverage="0%" />
|
|
<condition number="3042" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3323" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="3699" type="jump" coverage="0%" />
|
|
<condition number="3816" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="4286" type="jump" coverage="0%" />
|
|
<condition number="4367" type="jump" coverage="0%" />
|
|
<condition number="4493" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5137" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="5294" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobPluginRegistrationExtensions/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobPluginRegistrationExtensions.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="<GetRoutineTypes>b__1_0" signature="(System.Type)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="121" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetRoutineTypes>b__1_1" signature="(System.Type)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="122" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobPluginRegistrationExtensions/<GetRoutineTypes>d__1" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobPluginRegistrationExtensions.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1344" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1344" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobRunCompletion" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobRunCompletion.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CompletedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Error" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Core.Jobs.JobRunStatus,System.DateTimeOffset,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobRunCreateRequest" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobRunCreateRequest.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_Kind" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Trigger" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Parameters" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ParametersHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Timeout" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LeaseDuration" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CreatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>,System.String,System.Nullable`1<System.TimeSpan>,System.Nullable`1<System.TimeSpan>,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobRunSnapshot" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobRunSnapshot.cs" line-rate="0" branch-rate="0" complexity="19">
|
|
<methods>
|
|
<method name="get_RunId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Kind" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CreatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StartedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CompletedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Trigger" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ParametersHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Error" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Timeout" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LeaseDuration" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Parameters" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Duration" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="64" type="jump" coverage="0%" />
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,StellaOps.Concelier.Core.Jobs.JobRunStatus,System.DateTimeOffset,System.Nullable`1<System.DateTimeOffset>,System.Nullable`1<System.DateTimeOffset>,System.String,System.String,System.String,System.Nullable`1<System.TimeSpan>,System.Nullable`1<System.TimeSpan>,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="64" type="jump" coverage="0%" />
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobSchedulerBuilder" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobSchedulerBuilder.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="AddJob" signature="(System.String,System.String,System.Nullable`1<System.TimeSpan>,System.Nullable`1<System.TimeSpan>,System.Boolean)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="417" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="599" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="417" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="599" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobSchedulerHostedService" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobSchedulerHostedService.cs" line-rate="0" branch-rate="0" complexity="20">
|
|
<methods>
|
|
<method name="GetNextOccurrence" signature="(System.String,Cronos.CronExpression,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
<condition number="231" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="579" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Core.Jobs.IJobCoordinator,Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Core.Jobs.JobSchedulerOptions>,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Core.Jobs.JobSchedulerHostedService>,System.TimeProvider,StellaOps.Concelier.Core.Jobs.JobDiagnostics)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="293" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="465" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="642" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="815" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="988" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1456" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
<condition number="231" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="579" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="293" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="465" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="642" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="815" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="988" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1456" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobSchedulerHostedService/<ExecuteAsync>d__8" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobSchedulerHostedService.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3787" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2665" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1207" type="jump" coverage="0%" />
|
|
<condition number="1330" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1711" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2902" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3787" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2665" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1207" type="jump" coverage="0%" />
|
|
<condition number="1330" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1711" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2902" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobSchedulerHostedService/<TriggerJobAsync>d__10" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobSchedulerHostedService.cs" line-rate="0" branch-rate="0" complexity="20">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="649" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="862" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1025" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1336" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1499" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1795" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1958" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2285" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2542" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="649" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="862" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1025" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1336" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1499" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1795" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1958" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2285" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2542" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="3122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobSchedulerOptions" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobSchedulerOptions.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Definitions" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DefaultTimeout" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DefaultLeaseDuration" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobTriggerResult" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobTriggerResult.cs" line-rate="0" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_Outcome" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Accepted" signature="(StellaOps.Concelier.Core.Jobs.JobRunSnapshot)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NotFound" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Disabled" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AlreadyRunning" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="LeaseRejected" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="InvalidParameters" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Failed" signature="(StellaOps.Concelier.Core.Jobs.JobRunSnapshot,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Cancelled" signature="(StellaOps.Concelier.Core.Jobs.JobRunSnapshot,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Jobs.JobServiceCollectionExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/ServiceCollectionExtensions.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="AddJobScheduler" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action`1<StellaOps.Concelier.Core.Jobs.JobSchedulerOptions>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryStatementInput" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventContracts.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Advisory" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_InputDocumentIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,StellaOps.Concelier.Models.Advisory,System.DateTimeOffset,System.Collections.Generic.IReadOnlyCollection`1<System.Guid>,System.Nullable`1<System.Guid>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryConflictInput" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventContracts.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Details" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConflictId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Text.Json.JsonDocument,System.DateTimeOffset,System.Collections.Generic.IReadOnlyCollection`1<System.Guid>,System.Nullable`1<System.Guid>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryEventAppendRequest" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventContracts.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Statements" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Conflicts" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Collections.Generic.IReadOnlyCollection`1<StellaOps.Concelier.Core.Events.AdvisoryStatementInput>,System.Collections.Generic.IReadOnlyCollection`1<StellaOps.Concelier.Core.Events.AdvisoryConflictInput>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryReplay" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventContracts.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Statements" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Conflicts" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Nullable`1<System.DateTimeOffset>,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Core.Events.AdvisoryStatementSnapshot>,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Core.Events.AdvisoryConflictSnapshot>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryStatementSnapshot" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventContracts.cs" line-rate="0" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_StatementId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Advisory" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_InputDocumentIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.String,StellaOps.Concelier.Models.Advisory,System.Collections.Immutable.ImmutableArray`1<System.Byte>,System.DateTimeOffset,System.DateTimeOffset,System.Collections.Immutable.ImmutableArray`1<System.Guid>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryConflictSnapshot" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventContracts.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_ConflictId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConflictHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="65" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="66" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="67" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CanonicalJson" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.Collections.Immutable.ImmutableArray`1<System.Guid>,System.Collections.Immutable.ImmutableArray`1<System.Byte>,System.DateTimeOffset,System.DateTimeOffset,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryStatementEntry" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventContracts.cs" line-rate="0" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_StatementId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CanonicalJson" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="78" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_InputDocumentIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.String,System.String,System.Collections.Immutable.ImmutableArray`1<System.Byte>,System.DateTimeOffset,System.DateTimeOffset,System.Collections.Immutable.ImmutableArray`1<System.Guid>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryConflictEntry" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventContracts.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_ConflictId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="87" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="88" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CanonicalJson" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConflictHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="90" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="93" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.String,System.Collections.Immutable.ImmutableArray`1<System.Byte>,System.DateTimeOffset,System.DateTimeOffset,System.Collections.Immutable.ImmutableArray`1<System.Guid>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryEventLog" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventLog.cs" line-rate="0" branch-rate="0" complexity="50">
|
|
<methods>
|
|
<method name="ToStatementSnapshot" signature="(StellaOps.Concelier.Core.Events.AdvisoryStatementEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToConflictSnapshot" signature="(StellaOps.Concelier.Core.Events.AdvisoryConflictEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildStatementEntries" signature="(System.Collections.Generic.IReadOnlyCollection`1<StellaOps.Concelier.Core.Events.AdvisoryStatementInput>,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="989" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1469" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1935" type="jump" coverage="0%" />
|
|
<condition number="2049" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2319" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildConflictEntries" signature="(System.Collections.Generic.IReadOnlyCollection`1<StellaOps.Concelier.Core.Events.AdvisoryConflictInput>,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1746" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1117" type="jump" coverage="0%" />
|
|
<condition number="1231" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1501" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeKey" signature="(System.String,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ComputeHash" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Canonicalize" signature="(System.Text.Json.JsonElement)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WriteCanonical" signature="(System.Text.Json.JsonElement,System.Text.Json.Utf8JsonWriter)" line-rate="0" branch-rate="0" complexity="13">
|
|
<lines>
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/9)">
|
|
<conditions>
|
|
<condition number="112" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="819" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1557" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Core.Events.IAdvisoryEventRepository,System.TimeProvider)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="989" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1469" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1935" type="jump" coverage="0%" />
|
|
<condition number="2049" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2319" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1746" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1117" type="jump" coverage="0%" />
|
|
<condition number="1231" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1501" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/9)">
|
|
<conditions>
|
|
<condition number="112" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="819" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1557" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="333" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryEventLog/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventLog.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="<ReplayAsync>b__5_0" signature="(StellaOps.Concelier.Core.Events.AdvisoryStatementEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<ReplayAsync>b__5_1" signature="(StellaOps.Concelier.Core.Events.AdvisoryStatementEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<ReplayAsync>b__5_2" signature="(StellaOps.Concelier.Core.Events.AdvisoryConflictEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<ReplayAsync>b__5_3" signature="(StellaOps.Concelier.Core.Events.AdvisoryConflictEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryEventLog/<AppendAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventLog.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="385" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="559" type="jump" coverage="0%" />
|
|
<condition number="680" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1633" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="385" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="559" type="jump" coverage="0%" />
|
|
<condition number="680" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1633" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Events.AdvisoryEventLog/<ReplayAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventLog.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="142" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="142" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Aoc.AdvisoryRawWriteGuard" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AdvisoryRawWriteGuard.cs" line-rate="0" branch-rate="0" complexity="25">
|
|
<methods>
|
|
<method name="EnsureValid" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="427" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="598" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="773" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="956" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1143" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1300" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1570" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1842" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2015" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Aoc.IAocGuard,Microsoft.Extensions.Options.IOptions`1<StellaOps.Aoc.AocGuardOptions>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="332" type="jump" coverage="0%" />
|
|
<condition number="444" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="427" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="598" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="773" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="956" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1143" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1300" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1570" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1842" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2015" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="332" type="jump" coverage="0%" />
|
|
<condition number="444" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Aoc.AdvisoryRawWriteGuard/ImmutableArrayConverterFactory" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AdvisoryRawWriteGuard.cs" line-rate="0" branch-rate="0" complexity="3">
|
|
<methods>
|
|
<method name="CanConvert" signature="(System.Type)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="CreateConverter" signature="(System.Type,System.Text.Json.JsonSerializerOptions)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Aoc.AdvisoryRawWriteGuard/ImmutableArrayConverterFactory/ImmutableArrayConverter`1" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AdvisoryRawWriteGuard.cs" line-rate="0" branch-rate="0" complexity="5">
|
|
<methods>
|
|
<method name="Read" signature="(System.Text.Json.Utf8JsonReader&,System.Type,System.Text.Json.JsonSerializerOptions)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="84" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Write" signature="(System.Text.Json.Utf8JsonWriter,System.Collections.Immutable.ImmutableArray`1<T>,System.Text.Json.JsonSerializerOptions)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="875" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="875" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Aoc.AdvisoryRawWriteGuard/ImmutableDictionaryConverterFactory" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AdvisoryRawWriteGuard.cs" line-rate="0" branch-rate="0" complexity="3">
|
|
<methods>
|
|
<method name="CanConvert" signature="(System.Type)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="CreateConverter" signature="(System.Type,System.Text.Json.JsonSerializerOptions)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Aoc.AdvisoryRawWriteGuard/ImmutableDictionaryConverterFactory/ImmutableDictionaryConverter`2" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AdvisoryRawWriteGuard.cs" line-rate="0" branch-rate="0" complexity="11">
|
|
<methods>
|
|
<method name="Read" signature="(System.Text.Json.Utf8JsonReader&,System.Type,System.Text.Json.JsonSerializerOptions)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="121" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Write" signature="(System.Text.Json.Utf8JsonWriter,System.Collections.Immutable.ImmutableDictionary`2<TKey,TValue>,System.Text.Json.JsonSerializerOptions)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1292" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="887" type="jump" coverage="0%" />
|
|
<condition number="1005" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1292" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="887" type="jump" coverage="0%" />
|
|
<condition number="1005" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Aoc.AocServiceCollectionExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AocServiceCollectionExtensions.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="AddConcelierAocGuards" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action`1<StellaOps.Aoc.AocGuardOptions>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Core.Aoc.ConcelierAocGuardException" filename="Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/ConcelierAocGuardException.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="get_Result" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Violations" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PrimaryErrorCode" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="64" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Aoc.AocGuardResult)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="31" 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="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Concelier.Models" line-rate="0" branch-rate="0" complexity="997">
|
|
<classes>
|
|
<class name="System.Text.RegularExpressions.Generated.<RegexGenerator_g>FC869595570A16312D5A20FE57940D0FEAC0D0A6BE5CFC6CD7CF9CB8B60AB704C__CollapseWhitespaceRegex_0" filename="Concelier/__Libraries/StellaOps.Concelier.Models/obj/Debug/net10.0/System.Text.RegularExpressions.Generator/System.Text.RegularExpressions.Generator.RegexGenerator/RegexGenerator.g.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="System.Text.RegularExpressions.Generated.<RegexGenerator_g>FC869595570A16312D5A20FE57940D0FEAC0D0A6BE5CFC6CD7CF9CB8B60AB704C__CollapseWhitespaceRegex_0/RunnerFactory" filename="Concelier/__Libraries/StellaOps.Concelier.Models/obj/Debug/net10.0/System.Text.RegularExpressions.Generator/System.Text.RegularExpressions.Generator.RegexGenerator/RegexGenerator.g.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="CreateInstance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="System.Text.RegularExpressions.Generated.<RegexGenerator_g>FC869595570A16312D5A20FE57940D0FEAC0D0A6BE5CFC6CD7CF9CB8B60AB704C__CollapseWhitespaceRegex_0/RunnerFactory/Runner" filename="Concelier/__Libraries/StellaOps.Concelier.Models/obj/Debug/net10.0/System.Text.RegularExpressions.Generator/System.Text.RegularExpressions.Generator.RegexGenerator/RegexGenerator.g.cs" line-rate="0" branch-rate="0" complexity="18">
|
|
<methods>
|
|
<method name="Scan" signature="(System.ReadOnlySpan`1<System.Char>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="305" type="jump" coverage="0%" />
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
<condition number="238" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryFindNextPossibleStartingPosition" signature="(System.ReadOnlySpan`1<System.Char>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="152" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryMatchAtCurrentPosition" signature="(System.ReadOnlySpan`1<System.Char>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="243" type="jump" coverage="0%" />
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="284" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="305" type="jump" coverage="0%" />
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
<condition number="238" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="152" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="243" type="jump" coverage="0%" />
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="284" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="System.Text.RegularExpressions.Generated.<RegexGenerator_g>FC869595570A16312D5A20FE57940D0FEAC0D0A6BE5CFC6CD7CF9CB8B60AB704C__Utilities" filename="Concelier/__Libraries/StellaOps.Concelier.Models/obj/Debug/net10.0/System.Text.RegularExpressions.Generator/System.Text.RegularExpressions.Generator.RegexGenerator/RegexGenerator.g.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="31" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="31" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Validation" filename="Concelier/__Libraries/StellaOps.Concelier.Models/obj/Debug/net10.0/System.Text.RegularExpressions.Generator/System.Text.RegularExpressions.Generator.RegexGenerator/RegexGenerator.g.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="CollapseWhitespaceRegex" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Advisory" filename="Concelier/__Libraries/StellaOps.Concelier.Models/Advisory.cs" line-rate="0" branch-rate="0" complexity="56">
|
|
<methods>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="190" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Title" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="192" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Summary" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="194" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="196" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Language" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="198" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Published" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="200" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Modified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="202" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Severity" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="204" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExploitKnown" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="206" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Aliases" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="208" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Credits" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="210" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_References" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="212" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AffectedPackages" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="214" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CvssMetrics" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="216" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cwes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="218" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CanonicalMetricId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="220" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Provenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="222" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.Nullable`1<System.DateTimeOffset>,System.Nullable`1<System.DateTimeOffset>,System.String,System.Boolean,System.Collections.Generic.IEnumerable`1<System.String>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AdvisoryReference>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AffectedPackage>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.CvssMetric>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AdvisoryProvenance>,System.String,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AdvisoryWeakness>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.Nullable`1<System.DateTimeOffset>,System.Nullable`1<System.DateTimeOffset>,System.String,System.Boolean,System.Collections.Generic.IEnumerable`1<System.String>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AdvisoryCredit>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AdvisoryReference>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AffectedPackage>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.CvssMetric>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AdvisoryProvenance>,System.String,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AdvisoryWeakness>,System.String)" line-rate="0" branch-rate="0" complexity="22">
|
|
<lines>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="174" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="328" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="684" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="866" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1125" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1348" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1548" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1822" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.Nullable`1<System.DateTimeOffset>,System.Nullable`1<System.DateTimeOffset>,System.String,System.Boolean,System.Collections.Immutable.ImmutableArray`1<System.String>,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.AdvisoryCredit>,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.AdvisoryReference>,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.AffectedPackage>,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.CvssMetric>,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.AdvisoryProvenance>,System.String,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.AdvisoryWeakness>,System.String)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="169" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
<condition number="169" type="jump" coverage="0%" />
|
|
<condition number="233" type="jump" coverage="0%" />
|
|
<condition number="297" type="jump" coverage="0%" />
|
|
<condition number="361" type="jump" coverage="0%" />
|
|
<condition number="427" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="174" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="328" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="684" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="866" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1125" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1348" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1548" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1822" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
<condition number="169" type="jump" coverage="0%" />
|
|
<condition number="233" type="jump" coverage="0%" />
|
|
<condition number="297" type="jump" coverage="0%" />
|
|
<condition number="361" type="jump" coverage="0%" />
|
|
<condition number="427" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" 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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AdvisoryCredit" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AdvisoryCredit.cs" line-rate="0" branch-rate="0" complexity="43">
|
|
<methods>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DisplayName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Role" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Contacts" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Provenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeRole" signature="(System.String)" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1009" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="355" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="501" type="jump" coverage="0%" />
|
|
<condition number="529" type="jump" coverage="0%" />
|
|
<condition number="557" type="jump" coverage="0%" />
|
|
<condition number="655" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="728" type="jump" coverage="0%" />
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1231" type="jump" coverage="0%" />
|
|
<condition number="1164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1282" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeContacts" signature="(System.Collections.Generic.IEnumerable`1<System.String>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="637" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="325" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="476" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="701" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Collections.Immutable.ImmutableArray`1<System.String>,StellaOps.Concelier.Models.AdvisoryProvenance)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Collections.Generic.IEnumerable`1<System.String>,StellaOps.Concelier.Models.AdvisoryProvenance)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="173" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1009" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="355" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="501" type="jump" coverage="0%" />
|
|
<condition number="529" type="jump" coverage="0%" />
|
|
<condition number="557" type="jump" coverage="0%" />
|
|
<condition number="655" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="728" type="jump" coverage="0%" />
|
|
<condition number="798" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1231" type="jump" coverage="0%" />
|
|
<condition number="1164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1282" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="637" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="325" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="476" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="701" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="173" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AdvisoryProvenance" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AdvisoryProvenance.cs" line-rate="0" branch-rate="0" complexity="14">
|
|
<methods>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Kind" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Value" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DecisionReason" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FieldMask" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeFieldMask" signature="(System.Collections.Generic.IEnumerable`1<System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="318" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.DateTimeOffset,System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.DateTimeOffset,System.Collections.Generic.IEnumerable`1<System.String>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="318" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AdvisoryReference" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AdvisoryReference.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Url" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Kind" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceTag" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Summary" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Provenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,StellaOps.Concelier.Models.AdvisoryProvenance)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="326" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="326" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AdvisoryWeakness" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AdvisoryWeakness.cs" line-rate="0" branch-rate="0" complexity="13">
|
|
<methods>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Taxonomy" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Identifier" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Name" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Uri" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Provenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeTaxonomy" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="84" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeIdentifier" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.Models.AdvisoryProvenance>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AdvisoryProvenance>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="84" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AffectedPackage" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AffectedPackage.cs" line-rate="0" branch-rate="0" complexity="17">
|
|
<methods>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Type" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Identifier" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Platform" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VersionRanges" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Statuses" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NormalizedVersions" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Provenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AffectedVersionRange>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AffectedPackageStatus>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.AdvisoryProvenance>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.NormalizedVersionRule>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="183" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="772" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="183" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="772" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AffectedPackageStatus" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AffectedPackageStatus.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Provenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,StellaOps.Concelier.Models.AdvisoryProvenance)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" 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="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AffectedPackageStatusEqualityComparer" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AffectedPackageStatus.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="get_Instance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Equals" signature="(StellaOps.Concelier.Models.AffectedPackageStatus,StellaOps.Concelier.Models.AffectedPackageStatus)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetHashCode" signature="(StellaOps.Concelier.Models.AffectedPackageStatus)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AffectedPackageStatusCatalog" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AffectedPackageStatusCatalog.cs" line-rate="0" branch-rate="0" complexity="21">
|
|
<methods>
|
|
<method name="get_Allowed" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Normalize" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalize" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsAllowed" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildStatusMap" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Add" signature="(System.Collections.Generic.IDictionary`2<System.String,System.String>,System.String,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Sanitize" signature="(System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="432" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="478" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="432" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="478" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AffectedVersionRange" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AffectedVersionRange.cs" line-rate="0" branch-rate="0" complexity="17">
|
|
<methods>
|
|
<method name="get_RangeKind" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_IntroducedVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FixedVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastAffectedVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RangeExpression" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Provenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Primitives" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateDeterministicKey" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
<condition number="124" type="jump" coverage="0%" />
|
|
<condition number="188" type="jump" coverage="0%" />
|
|
<condition number="252" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.String,StellaOps.Concelier.Models.AdvisoryProvenance,StellaOps.Concelier.Models.RangePrimitives)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="244" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
<condition number="124" type="jump" coverage="0%" />
|
|
<condition number="188" type="jump" coverage="0%" />
|
|
<condition number="252" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="244" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AffectedVersionRangeComparer" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AffectedVersionRange.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="get_Instance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="67" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Compare" signature="(StellaOps.Concelier.Models.AffectedVersionRange,StellaOps.Concelier.Models.AffectedVersionRange)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="281" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="442" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="764" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="925" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="281" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="442" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="764" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="925" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AffectedVersionRangeEqualityComparer" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AffectedVersionRange.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="get_Instance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="121" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Equals" signature="(StellaOps.Concelier.Models.AffectedVersionRange,StellaOps.Concelier.Models.AffectedVersionRange)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
<condition number="423" type="jump" coverage="0%" />
|
|
<condition number="463" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetHashCode" signature="(StellaOps.Concelier.Models.AffectedVersionRange)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
<condition number="423" type="jump" coverage="0%" />
|
|
<condition number="463" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AffectedVersionRangeExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AffectedVersionRangeExtensions.cs" line-rate="0" branch-rate="0" complexity="70">
|
|
<methods>
|
|
<method name="ToNormalizedVersionRule" signature="(StellaOps.Concelier.Models.AffectedVersionRange,System.String)" line-rate="0" branch-rate="0" complexity="28">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="188" type="jump" coverage="0%" />
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="321" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
<condition number="485" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="678" type="jump" coverage="0%" />
|
|
<condition number="730" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="811" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="934" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1023" type="jump" coverage="0%" />
|
|
<condition number="1057" type="jump" coverage="0%" />
|
|
<condition number="1091" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildSemVerFallback" signature="(StellaOps.Concelier.Models.AffectedVersionRange,System.String)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="198" type="jump" coverage="0%" />
|
|
<condition number="273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="397" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="475" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="609" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="779" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildNevraFallback" signature="(StellaOps.Concelier.Models.AffectedVersionRange,System.String)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="375" type="jump" coverage="0%" />
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="587" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="749" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="919" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildEvrFallback" signature="(StellaOps.Concelier.Models.AffectedVersionRange,System.String)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="375" type="jump" coverage="0%" />
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="587" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="749" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="919" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="188" type="jump" coverage="0%" />
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="321" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
<condition number="485" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="678" type="jump" coverage="0%" />
|
|
<condition number="730" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="811" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="934" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1023" type="jump" coverage="0%" />
|
|
<condition number="1057" type="jump" coverage="0%" />
|
|
<condition number="1091" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="198" type="jump" coverage="0%" />
|
|
<condition number="273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="397" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="475" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="609" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="779" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="375" type="jump" coverage="0%" />
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="587" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="749" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="919" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="375" type="jump" coverage="0%" />
|
|
<condition number="433" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="587" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="749" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="919" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AliasSchemeRegistry" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AliasSchemeRegistry.cs" line-rate="0" branch-rate="0" complexity="90">
|
|
<methods>
|
|
<method name="BuildScheme" signature="(System.String,System.Func`2<System.String,System.Boolean>,System.Func`2<System.String,System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_KnownSchemes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsKnownScheme" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="TryGetScheme" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="523" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="352" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalize" signature="(System.String,System.String&,System.String&)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="588" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="379" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizePrefix" signature="(System.String,System.String,System.Boolean,System.Nullable`1<System.Char>)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="423" type="jump" coverage="0%" />
|
|
<condition number="460" type="jump" coverage="0%" />
|
|
<condition number="542" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="609" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="720" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeChromium" signature="(System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="323" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Matches" signature="(System.Text.RegularExpressions.Regex,System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="95" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="0" complexity="48">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="523" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="352" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="588" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="379" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="423" type="jump" coverage="0%" />
|
|
<condition number="460" type="jump" coverage="0%" />
|
|
<condition number="542" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="609" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="720" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="323" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="95" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.AliasSchemeRegistry/AliasScheme" filename="Concelier/__Libraries/StellaOps.Concelier.Models/AliasSchemeRegistry.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Name" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Predicate" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Normalizer" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Func`2<System.String,System.Boolean>,System.Func`2<System.String,System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.CanonicalJsonSerializer" filename="Concelier/__Libraries/StellaOps.Concelier.Models/CanonicalJsonSerializer.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="Serialize" signature="(T)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SerializeIndented" signature="(T)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Normalize" signature="(StellaOps.Concelier.Models.Advisory)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Deserialize" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateOptions" signature="(System.Boolean)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="126" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="126" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.CanonicalJsonSerializer/DeterministicTypeInfoResolver" filename="Concelier/__Libraries/StellaOps.Concelier.Models/CanonicalJsonSerializer.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="GetTypeInfo" signature="(System.Type,System.Text.Json.JsonSerializerOptions)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="99" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
<condition number="304" type="jump" coverage="0%" />
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="763" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetPropertyOrder" signature="(System.Type,System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="71" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="99" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
<condition number="304" type="jump" coverage="0%" />
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="763" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="71" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.CvssMetric" filename="Concelier/__Libraries/StellaOps.Concelier.Models/CvssMetric.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="get_Empty" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Version" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Vector" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BaseScore" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BaseSeverity" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Provenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Double,System.String,StellaOps.Concelier.Models.AdvisoryProvenance)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" 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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.EvrPrimitiveExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Models/EvrPrimitiveExtensions.cs" line-rate="0" branch-rate="0" complexity="18">
|
|
<methods>
|
|
<method name="ToNormalizedVersionRule" signature="(StellaOps.Concelier.Models.EvrPrimitive,System.String)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
<condition number="374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="518" type="jump" coverage="0%" />
|
|
<condition number="576" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="727" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="886" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1053" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Normalize" signature="(StellaOps.Concelier.Models.EvrComponent)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
<condition number="374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="518" type="jump" coverage="0%" />
|
|
<condition number="576" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="727" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="886" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1053" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.NevraPrimitiveExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Models/NevraPrimitiveExtensions.cs" line-rate="0" branch-rate="0" complexity="18">
|
|
<methods>
|
|
<method name="ToNormalizedVersionRule" signature="(StellaOps.Concelier.Models.NevraPrimitive,System.String)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
<condition number="374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="518" type="jump" coverage="0%" />
|
|
<condition number="576" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="727" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="886" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1053" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Normalize" signature="(StellaOps.Concelier.Models.NevraComponent)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
<condition number="374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="518" type="jump" coverage="0%" />
|
|
<condition number="576" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="727" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="886" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1053" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.NormalizedVersionRule" filename="Concelier/__Libraries/StellaOps.Concelier.Models/NormalizedVersionRule.cs" line-rate="0" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_Scheme" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Type" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Min" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MinInclusive" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Max" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MaxInclusive" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Value" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Notes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.Nullable`1<System.Boolean>,System.String,System.Nullable`1<System.Boolean>,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.NormalizedVersionRuleEqualityComparer" filename="Concelier/__Libraries/StellaOps.Concelier.Models/NormalizedVersionRule.cs" line-rate="0" branch-rate="0" complexity="22">
|
|
<methods>
|
|
<method name="get_Instance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Equals" signature="(StellaOps.Concelier.Models.NormalizedVersionRule,StellaOps.Concelier.Models.NormalizedVersionRule)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
<condition number="423" type="jump" coverage="0%" />
|
|
<condition number="496" type="jump" coverage="0%" />
|
|
<condition number="539" type="jump" coverage="0%" />
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
<condition number="652" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetHashCode" signature="(StellaOps.Concelier.Models.NormalizedVersionRule)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
<condition number="423" type="jump" coverage="0%" />
|
|
<condition number="496" type="jump" coverage="0%" />
|
|
<condition number="539" type="jump" coverage="0%" />
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
<condition number="652" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.NormalizedVersionRuleComparer" filename="Concelier/__Libraries/StellaOps.Concelier.Models/NormalizedVersionRule.cs" line-rate="0" branch-rate="0" complexity="35">
|
|
<methods>
|
|
<method name="get_Instance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="88" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Compare" signature="(StellaOps.Concelier.Models.NormalizedVersionRule,StellaOps.Concelier.Models.NormalizedVersionRule)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="287" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="761" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="918" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1078" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1238" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1399" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NullableBoolCompare" signature="(System.Nullable`1<System.Boolean>,System.Nullable`1<System.Boolean>)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="80" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
<condition number="303" type="jump" coverage="0%" />
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
<condition number="336" type="jump" coverage="0%" />
|
|
<condition number="377" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="287" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="761" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="918" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1078" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1238" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1399" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="80" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
<condition number="303" type="jump" coverage="0%" />
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
<condition number="336" type="jump" coverage="0%" />
|
|
<condition number="377" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.OsvGhsaParityDiagnostics" filename="Concelier/__Libraries/StellaOps.Concelier.Models/OsvGhsaParityDiagnostics.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="RecordReport" signature="(StellaOps.Concelier.Models.OsvGhsaParityReport,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="114" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateTotalTags" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateIssueTags" signature="(System.String,StellaOps.Concelier.Models.OsvGhsaParityIssue)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeDataset" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="114" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.OsvGhsaParityInspector" filename="Concelier/__Libraries/StellaOps.Concelier.Models/OsvGhsaParityInspector.cs" line-rate="0" branch-rate="0" complexity="43">
|
|
<methods>
|
|
<method name="Compare" signature="(System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.Advisory>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.Advisory>)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1522" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="494" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="665" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="843" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="942" type="jump" coverage="0%" />
|
|
<condition number="1019" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildOsvMap" signature="(System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.Advisory>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="715" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="643" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="481" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildGhsaMap" signature="(System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.Advisory>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="878" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="352" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="806" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="644" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SeverityMatches" signature="(StellaOps.Concelier.Models.Advisory,StellaOps.Concelier.Models.Advisory)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RangeCoverageMatches" signature="(StellaOps.Concelier.Models.Advisory,StellaOps.Concelier.Models.Advisory)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CountRanges" signature="(StellaOps.Concelier.Models.Advisory)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="341" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1522" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="494" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="665" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="843" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="942" type="jump" coverage="0%" />
|
|
<condition number="1019" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="715" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="643" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="481" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="878" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="352" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="806" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="644" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="341" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.OsvGhsaParityIssue" filename="Concelier/__Libraries/StellaOps.Concelier.Models/OsvGhsaParityInspector.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_GhsaId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="171" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_IssueKind" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="172" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Detail" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="173" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FieldMask" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="174" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="170" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.OsvGhsaParityReport" filename="Concelier/__Libraries/StellaOps.Concelier.Models/OsvGhsaParityInspector.cs" line-rate="0" branch-rate="0" complexity="5">
|
|
<methods>
|
|
<method name="get_TotalGhsaIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="176" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HasIssues" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="get_MissingFromOsv" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="180" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MissingFromGhsa" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="182" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.ProvenanceInspector" filename="Concelier/__Libraries/StellaOps.Concelier.Models/ProvenanceInspector.cs" line-rate="0" branch-rate="0" complexity="42">
|
|
<methods>
|
|
<method name="FindMissingProvenance" signature="(StellaOps.Concelier.Models.Advisory)" line-rate="0" branch-rate="0" complexity="36">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="219" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="810" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="530" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="610" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2262" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1010" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1702" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1422" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2189" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1897" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1977" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2456" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2536" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsMissing" signature="(StellaOps.Concelier.Models.AdvisoryProvenance)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeMask" signature="(System.Collections.Immutable.ImmutableArray`1<System.String>,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="219" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="810" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="530" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="610" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2262" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1010" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1702" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1422" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2189" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1897" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1977" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2456" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2536" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.MissingProvenance" filename="Concelier/__Libraries/StellaOps.Concelier.Models/ProvenanceInspector.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="107" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Component" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="108" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="109" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FieldMask" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Nullable`1<System.DateTimeOffset>,System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="106" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.ProvenanceDiagnostics" filename="Concelier/__Libraries/StellaOps.Concelier.Models/ProvenanceInspector.cs" line-rate="0" branch-rate="0" complexity="63">
|
|
<methods>
|
|
<method name="RecordMissing" signature="(System.String,System.String,System.Nullable`1<System.DateTimeOffset>,System.Collections.Generic.IReadOnlyList`1<System.String>)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="492" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="571" type="jump" coverage="0%" />
|
|
<condition number="634" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="862" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ReportResumeWindow" signature="(System.String,System.DateTimeOffset,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="304" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="403" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="715" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="834" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordRangePrimitive" signature="(System.String,StellaOps.Concelier.Models.AffectedVersionRange)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="297" type="jump" coverage="0%" />
|
|
<condition number="358" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="495" type="jump" coverage="0%" />
|
|
<condition number="587" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DetermineCategory" signature="(System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DetermineSeverity" signature="(System.String)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="259" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="35" type="jump" coverage="0%" />
|
|
<condition number="71" type="jump" coverage="0%" />
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
<condition number="143" type="jump" coverage="0%" />
|
|
<condition number="179" type="jump" coverage="0%" />
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeterminePrimitiveKinds" signature="(StellaOps.Concelier.Models.RangePrimitives)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="273" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeMask" signature="(System.Collections.Generic.IReadOnlyList`1<System.String>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="492" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="571" type="jump" coverage="0%" />
|
|
<condition number="634" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="862" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="304" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="403" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="715" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="834" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="297" type="jump" coverage="0%" />
|
|
<condition number="358" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="495" type="jump" coverage="0%" />
|
|
<condition number="587" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="35" type="jump" coverage="0%" />
|
|
<condition number="71" type="jump" coverage="0%" />
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
<condition number="143" type="jump" coverage="0%" />
|
|
<condition number="179" type="jump" coverage="0%" />
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.RangePrimitives" filename="Concelier/__Libraries/StellaOps.Concelier.Models/RangePrimitives.cs" line-rate="0" branch-rate="0" complexity="17">
|
|
<methods>
|
|
<method name="get_SemVer" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Nevra" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Evr" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VendorExtensions" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HasVendorExtensions" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="GetCoverageTag" signature="()" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="82" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="232" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="382" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Models.SemVerPrimitive,StellaOps.Concelier.Models.NevraPrimitive,StellaOps.Concelier.Models.EvrPrimitive,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="82" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="232" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="382" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="531" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.SemVerPrimitive" filename="Concelier/__Libraries/StellaOps.Concelier.Models/RangePrimitives.cs" line-rate="0" branch-rate="0" complexity="28">
|
|
<methods>
|
|
<method name="get_Introduced" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_IntroducedInclusive" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Fixed" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FixedInclusive" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastAffected" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastAffectedInclusive" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConstraintExpression" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExactValue" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Style" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DetermineStyle" signature="(System.String,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.String)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="266" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="559" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="626" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="732" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="800" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="905" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Boolean,System.String,System.Boolean,System.String,System.Boolean,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="266" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="559" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="626" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="732" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="800" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="905" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.NevraPrimitive" filename="Concelier/__Libraries/StellaOps.Concelier.Models/RangePrimitives.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Introduced" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Fixed" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="134" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastAffected" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="135" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Models.NevraComponent,StellaOps.Concelier.Models.NevraComponent,StellaOps.Concelier.Models.NevraComponent)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="132" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.EvrPrimitive" filename="Concelier/__Libraries/StellaOps.Concelier.Models/RangePrimitives.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Introduced" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="141" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Fixed" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="142" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastAffected" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="143" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Models.EvrComponent,StellaOps.Concelier.Models.EvrComponent,StellaOps.Concelier.Models.EvrComponent)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="140" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.NevraComponent" filename="Concelier/__Libraries/StellaOps.Concelier.Models/RangePrimitives.cs" line-rate="0" branch-rate="0" complexity="14">
|
|
<methods>
|
|
<method name="get_Name" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="149" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Epoch" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="150" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Version" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="151" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Release" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="152" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Architecture" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="153" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToCanonicalString" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="269" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Int32,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="148" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="269" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.EvrComponent" filename="Concelier/__Libraries/StellaOps.Concelier.Models/RangePrimitives.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="get_Epoch" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="169" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpstreamVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="170" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Revision" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="171" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToCanonicalString" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Int32,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="168" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.SemVerPrimitiveExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Models/SemVerPrimitiveExtensions.cs" line-rate="0" branch-rate="0" complexity="34">
|
|
<methods>
|
|
<method name="ToNormalizedVersionRule" signature="(StellaOps.Concelier.Models.SemVerPrimitive,System.String)" line-rate="0" branch-rate="0" complexity="34">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="330" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="594" type="jump" coverage="0%" />
|
|
<condition number="653" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="809" type="jump" coverage="0%" />
|
|
<condition number="838" type="jump" coverage="0%" />
|
|
<condition number="917" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1073" type="jump" coverage="0%" />
|
|
<condition number="1102" type="jump" coverage="0%" />
|
|
<condition number="1178" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1250" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1425" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1497" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1680" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1752" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1939" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="330" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="594" type="jump" coverage="0%" />
|
|
<condition number="653" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="809" type="jump" coverage="0%" />
|
|
<condition number="838" type="jump" coverage="0%" />
|
|
<condition number="917" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1073" type="jump" coverage="0%" />
|
|
<condition number="1102" type="jump" coverage="0%" />
|
|
<condition number="1178" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1250" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1425" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1497" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1680" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1752" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1939" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.SeverityNormalization" filename="Concelier/__Libraries/StellaOps.Concelier.Models/SeverityNormalization.cs" line-rate="0" branch-rate="0" complexity="17">
|
|
<methods>
|
|
<method name="Normalize" signature="(System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="198" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="595" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="452" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeToken" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="236" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeToken" signature="(System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="371" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="202" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="198" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="595" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="452" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="236" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="371" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="202" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.SnapshotSerializer" filename="Concelier/__Libraries/StellaOps.Concelier.Models/SnapshotSerializer.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="ToSnapshot" signature="(T)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AppendSnapshot" signature="(System.Text.StringBuilder,T)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.SnapshotSerializer/<WriteSnapshotAsync>d__2`1" filename="Concelier/__Libraries/StellaOps.Concelier.Models/SnapshotSerializer.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="476" type="jump" coverage="0%" />
|
|
<condition number="639" type="jump" coverage="0%" />
|
|
<condition number="701" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="476" type="jump" coverage="0%" />
|
|
<condition number="639" type="jump" coverage="0%" />
|
|
<condition number="701" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Validation" filename="Concelier/__Libraries/StellaOps.Concelier.Models/Validation.cs" line-rate="0" branch-rate="0" complexity="18">
|
|
<methods>
|
|
<method name="EnsureNotNullOrWhiteSpace" signature="(System.String,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TrimToNull" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="LooksLikeHttpUrl" signature="(System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="155" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeAlias" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeIdentifier" signature="(System.String,System.String&)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CollapseWhitespace" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="155" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Observations.AdvisoryObservation" filename="Concelier/__Libraries/StellaOps.Concelier.Models/Observations/AdvisoryObservation.cs" line-rate="0" branch-rate="0" complexity="37">
|
|
<methods>
|
|
<method name="get_ObservationId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Tenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Upstream" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Content" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Linkset" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RawLinkset" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CreatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Attributes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeAttributes" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="378" type="jump" coverage="0%" />
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SanitizeRawLinkset" signature="(StellaOps.Concelier.RawModels.RawLinkset)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<SanitizeRawLinkset>g__SanitizeStrings|31_0" signature="(System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<SanitizeRawLinkset>g__SanitizeReferences|31_1" signature="(System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.RawModels.RawReference>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<SanitizeRawLinkset>g__SanitizeNotes|31_2" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,StellaOps.Concelier.Models.Observations.AdvisoryObservationSource,StellaOps.Concelier.Models.Observations.AdvisoryObservationUpstream,StellaOps.Concelier.Models.Observations.AdvisoryObservationContent,StellaOps.Concelier.Models.Observations.AdvisoryObservationLinkset,StellaOps.Concelier.RawModels.RawLinkset,System.DateTimeOffset,System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="233" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="399" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="378" type="jump" coverage="0%" />
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="233" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="399" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Observations.AdvisoryObservationSource" filename="Concelier/__Libraries/StellaOps.Concelier.Models/Observations/AdvisoryObservation.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Vendor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="134" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Stream" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="136" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Api" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="138" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CollectorVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="140" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Observations.AdvisoryObservationSignature" filename="Concelier/__Libraries/StellaOps.Concelier.Models/Observations/AdvisoryObservation.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Present" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="153" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Format" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="155" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_KeyId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="157" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Signature" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="159" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Boolean,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Observations.AdvisoryObservationUpstream" filename="Concelier/__Libraries/StellaOps.Concelier.Models/Observations/AdvisoryObservation.cs" line-rate="0" branch-rate="0" complexity="19">
|
|
<methods>
|
|
<method name="get_UpstreamId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="182" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="184" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FetchedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="186" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ReceivedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="188" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="190" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Signature" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="192" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="194" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeMetadata" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="378" type="jump" coverage="0%" />
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.DateTimeOffset,System.DateTimeOffset,System.String,StellaOps.Concelier.Models.Observations.AdvisoryObservationSignature,System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="245" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="378" type="jump" coverage="0%" />
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="245" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Observations.AdvisoryObservationContent" filename="Concelier/__Libraries/StellaOps.Concelier.Models/Observations/AdvisoryObservation.cs" line-rate="0" branch-rate="0" complexity="18">
|
|
<methods>
|
|
<method name="get_Format" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="232" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SpecVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="234" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Raw" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="236" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="238" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeMetadata" signature="(System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="378" type="jump" coverage="0%" />
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Text.Json.Nodes.JsonNode,System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="139" type="jump" coverage="0%" />
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="378" type="jump" coverage="0%" />
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="139" type="jump" coverage="0%" />
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Observations.AdvisoryObservationReference" filename="Concelier/__Libraries/StellaOps.Concelier.Models/Observations/AdvisoryObservation.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="get_Type" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="280" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Url" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="282" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Models.Observations.AdvisoryObservationLinkset" filename="Concelier/__Libraries/StellaOps.Concelier.Models/Observations/AdvisoryObservation.cs" line-rate="0" branch-rate="0" complexity="21">
|
|
<methods>
|
|
<method name="get_Aliases" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="299" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Purls" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="301" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cpes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="303" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_References" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="305" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToImmutableArray" signature="(System.Collections.Generic.IEnumerable`1<System.String>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="479" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="318" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="543" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="326" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToImmutableReferences" signature="(System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.Observations.AdvisoryObservationReference>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="479" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="318" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="543" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="347" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Collections.Generic.IEnumerable`1<System.String>,System.Collections.Generic.IEnumerable`1<System.String>,System.Collections.Generic.IEnumerable`1<System.String>,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Models.Observations.AdvisoryObservationReference>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="479" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="318" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="543" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="479" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="318" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="543" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Concelier.Normalization" line-rate="0" branch-rate="0" complexity="839">
|
|
<classes>
|
|
<class name="StellaOps.Concelier.Normalization.Text.DescriptionNormalizer" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Text/DescriptionNormalizer.cs" line-rate="0" branch-rate="0" complexity="29">
|
|
<methods>
|
|
<method name="Normalize" signature="(System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Normalization.Text.LocalizedText>)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="368" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="160" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="246" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="415" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="498" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SelectBest" signature="(System.Collections.Generic.List`1<System.ValueTuple`3<System.String,System.String,System.Int32>>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="143" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Sanitize" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeLanguage" signature="(System.String)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="128" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="182" type="jump" coverage="0%" />
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="363" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="368" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="160" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="246" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="415" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="498" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="143" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="128" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="182" type="jump" coverage="0%" />
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="363" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" 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" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.Text.LocalizedText" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Text/DescriptionNormalizer.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Text" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.Text.NormalizedDescription" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Text/DescriptionNormalizer.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Text" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.SemVer.SemVerRangeRuleBuilder" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/SemVer/SemVerRangeRuleBuilder.cs" line-rate="0" branch-rate="0" complexity="204">
|
|
<methods>
|
|
<method name="Build" signature="(System.String,System.String,System.String)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="39" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="286" type="jump" coverage="0%" />
|
|
<condition number="323" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="546" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildNormalizedRules" signature="(System.String,System.String,System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SplitSegments" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryBuildFromSegment" signature="(System.String,System.String,System.String,StellaOps.Concelier.Normalization.SemVer.SemVerRangeBuildResult&)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParsePrimitive" signature="(System.String,System.String,StellaOps.Concelier.Models.SemVerPrimitive&)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="301" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="372" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="444" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="512" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseCaret" signature="(System.String,StellaOps.Concelier.Models.SemVerPrimitive&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseTilde" signature="(System.String,StellaOps.Concelier.Models.SemVerPrimitive&)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="149" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="268" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseHyphen" signature="(System.String,StellaOps.Concelier.Models.SemVerPrimitive&)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="212" type="jump" coverage="0%" />
|
|
<condition number="252" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseWildcard" signature="(System.String,StellaOps.Concelier.Models.SemVerPrimitive&)" line-rate="0" branch-rate="0" complexity="28">
|
|
<lines>
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="71" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="154" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="309" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="263" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="425" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="264" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="474" type="jump" coverage="0%" />
|
|
<condition number="502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="265" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="553" type="jump" coverage="0%" />
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="632" type="jump" coverage="0%" />
|
|
<condition number="661" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="732" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="822" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseComparators" signature="(System.String,System.String,StellaOps.Concelier.Models.SemVerPrimitive&)" line-rate="0" branch-rate="0" complexity="52">
|
|
<lines>
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="63" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="639" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="477" type="jump" coverage="0%" />
|
|
<condition number="554" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="697" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="951" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="861" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1003" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1071" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1215" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1264" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="1353" type="jump" coverage="0%" />
|
|
<condition number="1367" type="jump" coverage="0%" />
|
|
<condition number="1381" type="jump" coverage="0%" />
|
|
<condition number="1438" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1534" type="jump" coverage="0%" />
|
|
<condition number="1548" type="jump" coverage="0%" />
|
|
<condition number="1592" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1673" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="389" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="1729" type="jump" coverage="0%" />
|
|
<condition number="1757" type="jump" coverage="0%" />
|
|
<condition number="1785" type="jump" coverage="0%" />
|
|
<condition number="1814" type="jump" coverage="0%" />
|
|
<condition number="1843" type="jump" coverage="0%" />
|
|
<condition number="1872" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseExact" signature="(System.String,StellaOps.Concelier.Models.SemVerPrimitive&)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
<line number="404" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="406" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="False" />
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseComparatorFragment" signature="(System.String,System.Collections.Generic.ICollection`1<System.String>,System.String&,System.Boolean&,System.Boolean&,System.String&,System.Boolean&,System.Boolean&,System.String&,System.Boolean&,System.Boolean&,System.String&)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="438" hits="0" branch="False" />
|
|
<line number="439" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="445" hits="0" branch="False" />
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="False" />
|
|
<line number="450" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="306" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="455" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
<condition number="413" type="jump" coverage="0%" />
|
|
<condition number="440" type="jump" coverage="0%" />
|
|
<condition number="467" type="jump" coverage="0%" />
|
|
<condition number="494" type="jump" coverage="0%" />
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="False" />
|
|
<line number="461" hits="0" branch="False" />
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="False" />
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="489" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeVersion" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="496" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="186" type="jump" coverage="0%" />
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="505" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="314" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="False" />
|
|
<line number="512" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="519" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="False" />
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="False" />
|
|
<line number="526" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseSemanticVersion" signature="(System.String,NuGet.Versioning.SemanticVersion&,System.String&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="529" hits="0" branch="False" />
|
|
<line number="530" hits="0" branch="False" />
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="537" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="546" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ExpandSemanticVersion" signature="(System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="550" hits="0" branch="False" />
|
|
<line number="551" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="74" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="552" hits="0" branch="False" />
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="False" />
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CalculateCaretUpperBound" signature="(NuGet.Versioning.SemanticVersion)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="560" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="562" hits="0" branch="False" />
|
|
<line number="563" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="567" hits="0" branch="False" />
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="571" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CalculateTildeUpperBound" signature="(NuGet.Versioning.SemanticVersion,System.Int32)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="576" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CountExplicitComponents" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="585" hits="0" branch="False" />
|
|
<line number="586" hits="0" branch="False" />
|
|
<line number="587" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="588" hits="0" branch="False" />
|
|
<line number="589" hits="0" branch="False" />
|
|
<line number="590" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeWhitespace" signature="(System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="593" hits="0" branch="False" />
|
|
<line number="594" hits="0" branch="False" />
|
|
<line number="595" hits="0" branch="False" />
|
|
<line number="597" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="363" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="598" hits="0" branch="False" />
|
|
<line number="599" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="600" hits="0" branch="False" />
|
|
<line number="601" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="180" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="602" hits="0" branch="False" />
|
|
<line number="603" hits="0" branch="False" />
|
|
<line number="604" hits="0" branch="False" />
|
|
<line number="605" hits="0" branch="False" />
|
|
<line number="606" hits="0" branch="False" />
|
|
<line number="608" hits="0" branch="False" />
|
|
<line number="609" hits="0" branch="False" />
|
|
<line number="610" hits="0" branch="False" />
|
|
<line number="611" hits="0" branch="False" />
|
|
<line number="612" hits="0" branch="False" />
|
|
<line number="614" hits="0" branch="False" />
|
|
<line number="615" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RemoveLeadingV" signature="(System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="618" hits="0" branch="False" />
|
|
<line number="619" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="620" hits="0" branch="False" />
|
|
<line number="621" hits="0" branch="False" />
|
|
<line number="624" hits="0" branch="False" />
|
|
<line number="625" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FormatVersion" signature="(NuGet.Versioning.SemanticVersion)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="628" hits="0" branch="False" />
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="631" hits="0" branch="False" />
|
|
<line number="632" hits="0" branch="False" />
|
|
<line number="633" hits="0" branch="False" />
|
|
<line number="635" hits="0" branch="False" />
|
|
<line number="636" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsWildcardToken" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="639" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="640" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="39" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="286" type="jump" coverage="0%" />
|
|
<condition number="323" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="546" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="301" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="372" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="444" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="512" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="149" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="268" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="212" type="jump" coverage="0%" />
|
|
<condition number="252" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="71" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="154" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="309" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="263" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="425" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="264" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="474" type="jump" coverage="0%" />
|
|
<condition number="502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="265" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="553" type="jump" coverage="0%" />
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="632" type="jump" coverage="0%" />
|
|
<condition number="661" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="732" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="822" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="63" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="639" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="477" type="jump" coverage="0%" />
|
|
<condition number="554" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="697" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="951" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="861" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1003" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1071" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1215" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1264" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="1353" type="jump" coverage="0%" />
|
|
<condition number="1367" type="jump" coverage="0%" />
|
|
<condition number="1381" type="jump" coverage="0%" />
|
|
<condition number="1438" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1534" type="jump" coverage="0%" />
|
|
<condition number="1548" type="jump" coverage="0%" />
|
|
<condition number="1592" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1673" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="389" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="1729" type="jump" coverage="0%" />
|
|
<condition number="1757" type="jump" coverage="0%" />
|
|
<condition number="1785" type="jump" coverage="0%" />
|
|
<condition number="1814" type="jump" coverage="0%" />
|
|
<condition number="1843" type="jump" coverage="0%" />
|
|
<condition number="1872" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
<line number="404" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="406" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="False" />
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="438" hits="0" branch="False" />
|
|
<line number="439" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="445" hits="0" branch="False" />
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="False" />
|
|
<line number="450" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="306" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="455" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
<condition number="413" type="jump" coverage="0%" />
|
|
<condition number="440" type="jump" coverage="0%" />
|
|
<condition number="467" type="jump" coverage="0%" />
|
|
<condition number="494" type="jump" coverage="0%" />
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="False" />
|
|
<line number="461" hits="0" branch="False" />
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="False" />
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="496" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="186" type="jump" coverage="0%" />
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="505" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="314" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="False" />
|
|
<line number="512" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="515" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="519" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="False" />
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="False" />
|
|
<line number="526" hits="0" branch="False" />
|
|
<line number="529" hits="0" branch="False" />
|
|
<line number="530" hits="0" branch="False" />
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="537" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="546" hits="0" branch="False" />
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="550" hits="0" branch="False" />
|
|
<line number="551" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="74" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="552" hits="0" branch="False" />
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="False" />
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="560" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="562" hits="0" branch="False" />
|
|
<line number="563" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="567" hits="0" branch="False" />
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="571" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="False" />
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="576" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
<line number="585" hits="0" branch="False" />
|
|
<line number="586" hits="0" branch="False" />
|
|
<line number="587" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="588" hits="0" branch="False" />
|
|
<line number="589" hits="0" branch="False" />
|
|
<line number="590" hits="0" branch="False" />
|
|
<line number="593" hits="0" branch="False" />
|
|
<line number="594" hits="0" branch="False" />
|
|
<line number="595" hits="0" branch="False" />
|
|
<line number="597" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="363" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="598" hits="0" branch="False" />
|
|
<line number="599" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="600" hits="0" branch="False" />
|
|
<line number="601" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="180" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="602" hits="0" branch="False" />
|
|
<line number="603" hits="0" branch="False" />
|
|
<line number="604" hits="0" branch="False" />
|
|
<line number="605" hits="0" branch="False" />
|
|
<line number="606" hits="0" branch="False" />
|
|
<line number="608" hits="0" branch="False" />
|
|
<line number="609" hits="0" branch="False" />
|
|
<line number="610" hits="0" branch="False" />
|
|
<line number="611" hits="0" branch="False" />
|
|
<line number="612" hits="0" branch="False" />
|
|
<line number="614" hits="0" branch="False" />
|
|
<line number="615" hits="0" branch="False" />
|
|
<line number="618" hits="0" branch="False" />
|
|
<line number="619" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="620" hits="0" branch="False" />
|
|
<line number="621" hits="0" branch="False" />
|
|
<line number="624" hits="0" branch="False" />
|
|
<line number="625" hits="0" branch="False" />
|
|
<line number="628" hits="0" branch="False" />
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="631" hits="0" branch="False" />
|
|
<line number="632" hits="0" branch="False" />
|
|
<line number="633" hits="0" branch="False" />
|
|
<line number="635" hits="0" branch="False" />
|
|
<line number="636" hits="0" branch="False" />
|
|
<line number="639" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="640" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.SemVer.SemVerRangeBuildResult" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/SemVer/SemVerRangeRuleBuilder.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Primitive" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="644" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NormalizedRule" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="645" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Expression" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="646" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConstraintExpression" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="648" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Models.SemVerPrimitive,StellaOps.Concelier.Models.NormalizedVersionRule,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="643" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="644" hits="0" branch="False" />
|
|
<line number="645" hits="0" branch="False" />
|
|
<line number="646" hits="0" branch="False" />
|
|
<line number="648" hits="0" branch="False" />
|
|
<line number="643" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.Identifiers.Cpe23" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Identifiers/Cpe23.cs" line-rate="0" branch-rate="0" complexity="161">
|
|
<methods>
|
|
<method name="TryNormalize" signature="(System.String,System.String&)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="149" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="234" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="301" type="jump" coverage="0%" />
|
|
<condition number="348" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="421" type="jump" coverage="0%" />
|
|
<condition number="446" type="jump" coverage="0%" />
|
|
<condition number="502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeFrom23" signature="(System.Collections.Generic.IReadOnlyList`1<System.String>,System.String&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeFrom22" signature="(System.Collections.Generic.IReadOnlyList`1<System.String>,System.String&)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
<condition number="176" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="281" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="406" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="463" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="579" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="672" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizePart" signature="(System.String)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
<condition number="219" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeField" signature="(System.String,System.Boolean,System.Boolean)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
<condition number="193" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="313" type="jump" coverage="0%" />
|
|
<condition number="336" type="jump" coverage="0%" />
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="458" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ExpandEdition" signature="(System.String)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="31" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="149" type="jump" coverage="0%" />
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="342" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="458" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="511" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="193" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="565" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="194" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="619" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeDecodedField" signature="(System.String,System.Boolean)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
<condition number="144" type="jump" coverage="0%" />
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="253" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="306" type="jump" coverage="0%" />
|
|
<condition number="329" type="jump" coverage="0%" />
|
|
<condition number="377" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="UnescapeComponent" signature="(System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="130" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="364" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EscapeComponent" signature="(System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RequiresEscape" signature="(System.Char)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="97" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="165" type="switch" coverage="0%" />
|
|
<condition number="205" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DecodeUriComponent" signature="(System.String)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="457" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="123" type="jump" coverage="0%" />
|
|
<condition number="149" type="jump" coverage="0%" />
|
|
<condition number="210" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsHex" signature="(System.Char)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="316" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
<condition number="92" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="SplitComponents" signature="(System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="479" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="142" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="340" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<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="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="149" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="234" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="301" type="jump" coverage="0%" />
|
|
<condition number="348" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="421" type="jump" coverage="0%" />
|
|
<condition number="446" type="jump" coverage="0%" />
|
|
<condition number="502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
<condition number="176" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="281" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="406" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="463" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="579" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="672" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
<condition number="219" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
<condition number="193" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="255" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="313" type="jump" coverage="0%" />
|
|
<condition number="336" type="jump" coverage="0%" />
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="458" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="31" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="149" type="jump" coverage="0%" />
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="342" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="458" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="511" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="193" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="565" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="194" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="619" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
<condition number="144" type="jump" coverage="0%" />
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="253" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="306" type="jump" coverage="0%" />
|
|
<condition number="329" type="jump" coverage="0%" />
|
|
<condition number="377" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="130" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="364" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="97" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="165" type="switch" coverage="0%" />
|
|
<condition number="205" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="457" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="123" type="jump" coverage="0%" />
|
|
<condition number="149" type="jump" coverage="0%" />
|
|
<condition number="210" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
<condition number="92" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="479" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="142" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="340" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.Identifiers.IdentifierNormalizer" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Identifiers/IdentifierNormalizer.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="TryNormalizePackageUrl" signature="(System.String,System.String&,StellaOps.Concelier.Normalization.Identifiers.PackageUrl&)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizePackageUrl" signature="(System.String,System.String&)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryNormalizeCpe" signature="(System.String,System.String&)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.Identifiers.PackageUrl" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Identifiers/PackageUrl.cs" line-rate="0" branch-rate="0" complexity="73">
|
|
<methods>
|
|
<method name="get_Type" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NamespaceSegments" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Name" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Version" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Qualifiers" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SubpathSegments" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Original" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParse" signature="(System.String,StellaOps.Concelier.Normalization.Identifiers.PackageUrl&)" line-rate="0" branch-rate="0" complexity="26">
|
|
<lines>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="141" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="440" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="762" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="886" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="978" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1397" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1194" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1466" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1533" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Parse" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToCanonicalString" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="250" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="361" type="jump" coverage="0%" />
|
|
<condition number="408" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="561" type="jump" coverage="0%" />
|
|
<condition number="607" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToString" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="222" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParseQualifiers" signature="(System.String)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="569" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="237" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="328" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="434" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParseSubpath" signature="(System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="342" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeComponent" signature="(System.String,System.Boolean,System.Boolean)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="118" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EscapePathSegment" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Collections.Immutable.ImmutableArray`1<System.String>,System.String,System.String,System.Collections.Immutable.ImmutableArray`1<System.Collections.Generic.KeyValuePair`2<System.String,System.String>>,System.Collections.Immutable.ImmutableArray`1<System.String>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="141" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="440" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="603" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="762" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="886" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="978" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1397" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1194" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1466" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1533" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="250" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="361" type="jump" coverage="0%" />
|
|
<condition number="408" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="561" type="jump" coverage="0%" />
|
|
<condition number="607" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="569" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="237" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="328" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="434" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="342" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="118" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.Distro.DebianEvr" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Distro/DebianEvr.cs" line-rate="0" branch-rate="0" complexity="33">
|
|
<methods>
|
|
<method name="get_Epoch" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HasExplicitEpoch" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Version" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Revision" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Original" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParse" signature="(System.String,StellaOps.Concelier.Normalization.Distro.DebianEvr&)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="235" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="339" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="422" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="641" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="708" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="809" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Parse" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToCanonicalString" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToString" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="126" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Int32,System.Boolean,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="235" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="339" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="422" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="641" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="708" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="809" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.Distro.Nevra" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Distro/Nevra.cs" line-rate="0" branch-rate="0" complexity="46">
|
|
<methods>
|
|
<method name="get_Name" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Epoch" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HasExplicitEpoch" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Version" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Release" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Architecture" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Original" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParse" signature="(System.String,StellaOps.Concelier.Normalization.Distro.Nevra&)" line-rate="0" branch-rate="0" complexity="28">
|
|
<lines>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="143" type="jump" coverage="0%" />
|
|
<condition number="186" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="327" type="jump" coverage="0%" />
|
|
<condition number="369" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
<condition number="653" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="745" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="928" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1010" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1088" type="jump" coverage="0%" />
|
|
<condition number="1135" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Parse" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToCanonicalString" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToString" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="191" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Int32,System.Boolean,System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="143" type="jump" coverage="0%" />
|
|
<condition number="186" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="327" type="jump" coverage="0%" />
|
|
<condition number="369" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
<condition number="653" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="745" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="928" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1010" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1088" type="jump" coverage="0%" />
|
|
<condition number="1135" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.Cvss.CvssMetricNormalizer" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Cvss/CvssMetricNormalizer.cs" line-rate="0" branch-rate="0" complexity="280">
|
|
<methods>
|
|
<method name="TryNormalize" signature="(System.String,System.String,System.Nullable`1<System.Double>,System.String,StellaOps.Concelier.Normalization.Cvss.CvssNormalizedMetric&)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="302" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="370" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="429" type="jump" coverage="0%" />
|
|
<condition number="479" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="555" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryDetermineVersion" signature="(System.String,System.String,StellaOps.Concelier.Normalization.Cvss.CvssMetricNormalizer/CvssVersion&,System.String&)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="31" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="97" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="StripPrefix" signature="(System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryExtractVersionFromVector" signature="(System.String,StellaOps.Concelier.Normalization.Cvss.CvssMetricNormalizer/CvssVersion&,System.String&)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
<condition number="293" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="467" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryMapVersion" signature="(System.String,StellaOps.Concelier.Normalization.Cvss.CvssMetricNormalizer/CvssVersion&)" line-rate="0" branch-rate="0" complexity="44">
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/32)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
<condition number="259" type="jump" coverage="0%" />
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
<condition number="353" type="jump" coverage="0%" />
|
|
<condition number="404" type="jump" coverage="0%" />
|
|
<condition number="307" type="jump" coverage="0%" />
|
|
<condition number="425" type="jump" coverage="0%" />
|
|
<condition number="377" type="jump" coverage="0%" />
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
<condition number="484" type="jump" coverage="0%" />
|
|
<condition number="515" type="jump" coverage="0%" />
|
|
<condition number="546" type="jump" coverage="0%" />
|
|
<condition number="577" type="jump" coverage="0%" />
|
|
<condition number="605" type="jump" coverage="0%" />
|
|
<condition number="636" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="923" type="jump" coverage="0%" />
|
|
<condition number="946" type="jump" coverage="0%" />
|
|
<condition number="969" type="jump" coverage="0%" />
|
|
<condition number="992" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryParseMetrics" signature="(System.String,StellaOps.Concelier.Normalization.Cvss.CvssMetricNormalizer/CvssVersion,System.String&,System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>&)" line-rate="0" branch-rate="0" complexity="26">
|
|
<lines>
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="722" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="269" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="561" type="jump" coverage="0%" />
|
|
<condition number="600" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="749" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="218" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="980" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="879" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1429" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1315" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryComputeBaseScore" signature="(StellaOps.Concelier.Normalization.Cvss.CvssMetricNormalizer/CvssVersion,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>,System.Double&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
<condition number="45" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryComputeCvss3" signature="(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>,System.Double&)" line-rate="0" branch-rate="0" complexity="54">
|
|
<lines>
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="61" type="jump" coverage="0%" />
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="347" type="jump" coverage="0%" />
|
|
<condition number="371" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="513" type="jump" coverage="0%" />
|
|
<condition number="537" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="663" type="jump" coverage="0%" />
|
|
<condition number="687" type="jump" coverage="0%" />
|
|
<condition number="711" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="775" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="289" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="842" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="960" type="jump" coverage="0%" />
|
|
<condition number="984" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1127" type="jump" coverage="0%" />
|
|
<condition number="1151" type="jump" coverage="0%" />
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1351" type="jump" coverage="0%" />
|
|
<condition number="1375" type="jump" coverage="0%" />
|
|
<condition number="1399" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1575" type="jump" coverage="0%" />
|
|
<condition number="1599" type="jump" coverage="0%" />
|
|
<condition number="1623" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1868" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2025" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryComputeCvss2" signature="(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>,System.Double&)" line-rate="0" branch-rate="0" complexity="44">
|
|
<lines>
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="61" type="jump" coverage="0%" />
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="284" type="jump" coverage="0%" />
|
|
<condition number="308" type="jump" coverage="0%" />
|
|
<condition number="332" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="491" type="jump" coverage="0%" />
|
|
<condition number="516" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="381" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="577" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="651" type="jump" coverage="0%" />
|
|
<condition number="674" type="jump" coverage="0%" />
|
|
<condition number="697" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="873" type="jump" coverage="0%" />
|
|
<condition number="897" type="jump" coverage="0%" />
|
|
<condition number="921" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
<line number="403" hits="0" branch="False" />
|
|
<line number="405" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1097" type="jump" coverage="0%" />
|
|
<condition number="1121" type="jump" coverage="0%" />
|
|
<condition number="1145" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="406" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="False" />
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1321" type="jump" coverage="0%" />
|
|
<condition number="1345" type="jump" coverage="0%" />
|
|
<condition number="1369" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="431" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="False" />
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="438" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DetermineSeverity" signature="(System.Double,StellaOps.Concelier.Normalization.Cvss.CvssMetricNormalizer/CvssVersion)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="0" branch="False" />
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="238" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="462" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="463" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="429" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="506" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeSeverity" signature="(System.String,StellaOps.Concelier.Normalization.Cvss.CvssMetricNormalizer/CvssVersion)" line-rate="0" branch-rate="0" complexity="44">
|
|
<lines>
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="482" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="True" condition-coverage="0% (0/38)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
<condition number="175" type="jump" coverage="0%" />
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
<condition number="277" type="jump" coverage="0%" />
|
|
<condition number="296" type="jump" coverage="0%" />
|
|
<condition number="347" type="jump" coverage="0%" />
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
<condition number="320" type="jump" coverage="0%" />
|
|
<condition number="250" type="jump" coverage="0%" />
|
|
<condition number="368" type="jump" coverage="0%" />
|
|
<condition number="400" type="jump" coverage="0%" />
|
|
<condition number="432" type="jump" coverage="0%" />
|
|
<condition number="464" type="jump" coverage="0%" />
|
|
<condition number="496" type="jump" coverage="0%" />
|
|
<condition number="528" type="jump" coverage="0%" />
|
|
<condition number="560" type="jump" coverage="0%" />
|
|
<condition number="592" type="jump" coverage="0%" />
|
|
<condition number="624" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="False" />
|
|
<line number="491" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="707" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="492" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="764" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="496" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RoundUp" signature="(System.Double)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="501" hits="0" branch="False" />
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToVersionString" signature="(StellaOps.Concelier.Normalization.Cvss.CvssMetricNormalizer/CvssVersion)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="506" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="302" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="370" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="429" type="jump" coverage="0%" />
|
|
<condition number="479" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="555" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="31" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="97" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
<condition number="220" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
<condition number="293" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="467" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/32)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
<condition number="259" type="jump" coverage="0%" />
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
<condition number="334" type="jump" coverage="0%" />
|
|
<condition number="353" type="jump" coverage="0%" />
|
|
<condition number="404" type="jump" coverage="0%" />
|
|
<condition number="307" type="jump" coverage="0%" />
|
|
<condition number="425" type="jump" coverage="0%" />
|
|
<condition number="377" type="jump" coverage="0%" />
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
<condition number="484" type="jump" coverage="0%" />
|
|
<condition number="515" type="jump" coverage="0%" />
|
|
<condition number="546" type="jump" coverage="0%" />
|
|
<condition number="577" type="jump" coverage="0%" />
|
|
<condition number="605" type="jump" coverage="0%" />
|
|
<condition number="636" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="923" type="jump" coverage="0%" />
|
|
<condition number="946" type="jump" coverage="0%" />
|
|
<condition number="969" type="jump" coverage="0%" />
|
|
<condition number="992" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="722" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="269" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="561" type="jump" coverage="0%" />
|
|
<condition number="600" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="749" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="218" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="980" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="879" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1429" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1315" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
<condition number="45" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="61" type="jump" coverage="0%" />
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="347" type="jump" coverage="0%" />
|
|
<condition number="371" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="513" type="jump" coverage="0%" />
|
|
<condition number="537" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="663" type="jump" coverage="0%" />
|
|
<condition number="687" type="jump" coverage="0%" />
|
|
<condition number="711" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="775" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="289" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="842" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="960" type="jump" coverage="0%" />
|
|
<condition number="984" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1127" type="jump" coverage="0%" />
|
|
<condition number="1151" type="jump" coverage="0%" />
|
|
<condition number="1175" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1351" type="jump" coverage="0%" />
|
|
<condition number="1375" type="jump" coverage="0%" />
|
|
<condition number="1399" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1575" type="jump" coverage="0%" />
|
|
<condition number="1599" type="jump" coverage="0%" />
|
|
<condition number="1623" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1868" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2025" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="61" type="jump" coverage="0%" />
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="284" type="jump" coverage="0%" />
|
|
<condition number="308" type="jump" coverage="0%" />
|
|
<condition number="332" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="491" type="jump" coverage="0%" />
|
|
<condition number="516" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="381" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="577" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="651" type="jump" coverage="0%" />
|
|
<condition number="674" type="jump" coverage="0%" />
|
|
<condition number="697" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="873" type="jump" coverage="0%" />
|
|
<condition number="897" type="jump" coverage="0%" />
|
|
<condition number="921" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="False" />
|
|
<line number="403" hits="0" branch="False" />
|
|
<line number="405" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1097" type="jump" coverage="0%" />
|
|
<condition number="1121" type="jump" coverage="0%" />
|
|
<condition number="1145" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="406" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="False" />
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1321" type="jump" coverage="0%" />
|
|
<condition number="1345" type="jump" coverage="0%" />
|
|
<condition number="1369" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="431" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="False" />
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="438" hits="0" branch="False" />
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="0" branch="False" />
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="238" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="462" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="463" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="429" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="506" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="482" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="True" condition-coverage="0% (0/38)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
<condition number="175" type="jump" coverage="0%" />
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
<condition number="277" type="jump" coverage="0%" />
|
|
<condition number="296" type="jump" coverage="0%" />
|
|
<condition number="347" type="jump" coverage="0%" />
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
<condition number="320" type="jump" coverage="0%" />
|
|
<condition number="250" type="jump" coverage="0%" />
|
|
<condition number="368" type="jump" coverage="0%" />
|
|
<condition number="400" type="jump" coverage="0%" />
|
|
<condition number="432" type="jump" coverage="0%" />
|
|
<condition number="464" type="jump" coverage="0%" />
|
|
<condition number="496" type="jump" coverage="0%" />
|
|
<condition number="528" type="jump" coverage="0%" />
|
|
<condition number="560" type="jump" coverage="0%" />
|
|
<condition number="592" type="jump" coverage="0%" />
|
|
<condition number="624" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="False" />
|
|
<line number="491" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="707" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="492" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="764" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="496" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="False" />
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="506" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Normalization.Cvss.CvssNormalizedMetric" filename="Concelier/__Libraries/StellaOps.Concelier.Normalization/Cvss/CvssMetricNormalizer.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_Version" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="525" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToModel" signature="(StellaOps.Concelier.Models.AdvisoryProvenance)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="528" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="525" hits="0" branch="False" />
|
|
<line number="528" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Concelier.RawModels" line-rate="0" branch-rate="0" complexity="71">
|
|
<classes>
|
|
<class name="StellaOps.Concelier.RawModels.AdvisoryRawDocument" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs" line-rate="0" branch-rate="1" complexity="11">
|
|
<methods>
|
|
<method name="get_Tenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Upstream" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Content" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Identifiers" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Linkset" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Links" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Supersedes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WithSupersedes" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,StellaOps.Concelier.RawModels.RawSourceMetadata,StellaOps.Concelier.RawModels.RawUpstreamMetadata,StellaOps.Concelier.RawModels.RawContent,StellaOps.Concelier.RawModels.RawIdentifiers,StellaOps.Concelier.RawModels.RawLinkset,System.String,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.RawModels.RawLink>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.RawSourceMetadata" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Vendor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Connector" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConnectorVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Stream" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.RawUpstreamMetadata" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_UpstreamId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RetrievedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Signature" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Provenance" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.DateTimeOffset,System.String,StellaOps.Concelier.RawModels.RawSignatureMetadata,System.Collections.Immutable.ImmutableDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.RawSignatureMetadata" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_Present" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Format" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_KeyId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Signature" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Certificate" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Digest" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Boolean,System.String,System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.RawContent" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Format" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SpecVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Raw" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Encoding" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.Text.Json.JsonElement,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.RawIdentifiers" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Aliases" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PrimaryId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Collections.Immutable.ImmutableArray`1<System.String>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.RawLinkset" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Aliases" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PackageUrls" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cpes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_References" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="66" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ReconciledFrom" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Notes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.RawReference" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Type" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="76" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Url" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="78" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.RawLink" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Scheme" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Value" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.JsonElementExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/JsonElementExtensions.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="CloneElement" signature="(System.Text.Json.JsonElement)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.RawDocumentFactory" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/RawDocumentFactory.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="CreateAdvisory" signature="(System.String,StellaOps.Concelier.RawModels.RawSourceMetadata,StellaOps.Concelier.RawModels.RawUpstreamMetadata,StellaOps.Concelier.RawModels.RawContent,StellaOps.Concelier.RawModels.RawIdentifiers,StellaOps.Concelier.RawModels.RawLinkset,System.String,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.RawModels.RawLink>,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateVex" signature="(System.String,StellaOps.Concelier.RawModels.RawSourceMetadata,StellaOps.Concelier.RawModels.RawUpstreamMetadata,StellaOps.Concelier.RawModels.RawContent,StellaOps.Concelier.RawModels.RawLinkset,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.RawModels.VexStatementSummary>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Clone" signature="(System.Text.Json.JsonElement)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.VexRawDocument" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/VexRawDocument.cs" line-rate="0" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_Tenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Upstream" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Content" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Linkset" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Statements" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Supersedes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WithSupersedes" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,StellaOps.Concelier.RawModels.RawSourceMetadata,StellaOps.Concelier.RawModels.RawUpstreamMetadata,StellaOps.Concelier.RawModels.RawContent,StellaOps.Concelier.RawModels.RawLinkset,System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.RawModels.VexStatementSummary>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.RawModels.VexStatementSummary" filename="Concelier/__Libraries/StellaOps.Concelier.RawModels/VexRawDocument.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_AdvisoryIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Products" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Statuses" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Justification" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Impact" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Collections.Immutable.ImmutableArray`1<System.String>,System.Collections.Immutable.ImmutableArray`1<System.String>,System.Collections.Immutable.ImmutableArray`1<System.String>,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Concelier.Storage.Mongo" line-rate="0" branch-rate="0" complexity="2339">
|
|
<classes>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JobLeaseDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JobLeaseDocument.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Key" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Holder" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AcquiredAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_HeartbeatAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LeaseMs" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TtlAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JobLeaseDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JobLeaseDocument.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="ToLease" signature="(StellaOps.Concelier.Storage.Mongo.JobLeaseDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JobRunDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JobRunDocument.cs" line-rate="0" branch-rate="1" complexity="12">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Kind" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Trigger" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Parameters" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ParametersHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CreatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StartedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CompletedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Error" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TimeoutMs" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LeaseMs" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JobRunDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JobRunDocument.cs" line-rate="0" branch-rate="0" complexity="40">
|
|
<methods>
|
|
<method name="FromRequest" signature="(StellaOps.Concelier.Core.Jobs.JobRunCreateRequest,System.Guid)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="83" type="jump" coverage="0%" />
|
|
<condition number="92" type="jump" coverage="0%" />
|
|
<condition number="174" type="jump" coverage="0%" />
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToSnapshot" signature="(StellaOps.Concelier.Storage.Mongo.JobRunDocument)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
<condition number="222" type="jump" coverage="0%" />
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToDictionary" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/16)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MillisecondsFromTimespan" signature="(System.TimeSpan)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MillisecondsToTimespan" signature="(System.Int64)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="83" type="jump" coverage="0%" />
|
|
<condition number="92" type="jump" coverage="0%" />
|
|
<condition number="174" type="jump" coverage="0%" />
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
<condition number="222" type="jump" coverage="0%" />
|
|
<condition number="267" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/16)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="6" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoBootstrapper" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoBootstrapper.cs" line-rate="0" branch-rate="0" complexity="30">
|
|
<methods>
|
|
<method name="EnsureLocksIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureJobsIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureAdvisoryIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="198" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureDocumentsIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureAliasIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureGridFsIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="24" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureAffectedIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureReferenceIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureObservationIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureAdvisoryStatementIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureAdvisoryConflictIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureSourceStateIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureDtoIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureChangeHistoryIndexesAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="381" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.MongoBootstrapper>,StellaOps.Concelier.Storage.Mongo.Migrations.MongoMigrationRunner)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="198" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="273" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="24" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="False" />
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="381" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="False" />
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoBootstrapper/<EnsurePsirtFlagIndexesAsync>d__22" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoBootstrapper.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoBootstrapper/<InitializeAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoBootstrapper.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="471" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="471" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoBootstrapper/<ListCollectionsAsync>d__8" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoBootstrapper.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoCollectionValidatorOptions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoCollectionValidatorOptions.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_Level" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Action" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="0" complexity="5">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoCollection`1<StellaOps.Concelier.Storage.Mongo.JobRunDocument>,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.MongoJobStore>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="<GetRecentRunsAsync>b__9_1" signature="(StellaOps.Concelier.Storage.Mongo.JobRunDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="134" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetActiveRunsAsync>b__10_1" signature="(StellaOps.Concelier.Storage.Mongo.JobRunDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="149" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetLastRunsAsync>b__12_0" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="176" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetLastRunsAsync>b__12_1" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="177" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore/<CreateAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="74" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="74" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore/<FindAsync>d__8" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="325" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="325" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore/<GetActiveRunsAsync>d__10" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore/<GetLastRunAsync>d__11" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="407" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="407" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore/<GetLastRunsAsync>d__12" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="154" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="373" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="872" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="688" type="jump" coverage="0%" />
|
|
<condition number="714" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="744" type="jump" coverage="0%" />
|
|
<condition number="770" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="154" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="373" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="872" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="688" type="jump" coverage="0%" />
|
|
<condition number="714" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="744" type="jump" coverage="0%" />
|
|
<condition number="770" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore/<GetRecentRunsAsync>d__9" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="157" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="157" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore/<TryCompleteAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="508" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="892" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="508" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="892" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoJobStore/<TryStartAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoJobStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="389" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="770" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="389" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="770" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoLeaseStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoLeaseStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoCollection`1<StellaOps.Concelier.Storage.Mongo.JobLeaseDocument>,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.MongoLeaseStore>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoLeaseStore/<HeartbeatAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoLeaseStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="621" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="678" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="621" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="678" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoLeaseStore/<ReleaseAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoLeaseStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="335" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="335" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoLeaseStore/<TryAcquireAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoLeaseStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="875" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="875" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoSessionProvider" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoSessionProvider.cs" line-rate="0" branch-rate="0" complexity="7">
|
|
<methods>
|
|
<method name="StartSessionAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoClient,Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoSourceStateRepository" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoSourceStateRepository.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="NormalizeFailureReason" signature="(System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.MongoSourceStateRepository>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoSourceStateRepository/<MarkFailureAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoSourceStateRepository.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="278" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="652" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1030" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="278" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="652" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1030" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoSourceStateRepository/<TryGetAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoSourceStateRepository.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="314" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="314" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoSourceStateRepository/<UpdateCursorAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoSourceStateRepository.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="656" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="656" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoSourceStateRepository/<UpsertAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoSourceStateRepository.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MongoStorageOptions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MongoStorageOptions.cs" line-rate="0" branch-rate="0" complexity="38">
|
|
<methods>
|
|
<method name="get_ConnectionString" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DatabaseName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CommandTimeout" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RawDocumentRetention" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RawDocumentRetentionTtlGrace" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RawDocumentRetentionSweepInterval" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EnableSemVerStyle" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BackfillBatchSize" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DefaultTenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryRawValidator" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetDatabaseName" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="83" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureValid" signature="()" line-rate="0" branch-rate="0" complexity="22">
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
<condition number="165" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="195" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="244" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="299" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="408" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="83" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
<condition number="165" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="195" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="244" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="299" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="408" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.RawDocumentRetentionService" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/RawDocumentRetentionService.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.RawDocumentRetentionService>,System.TimeProvider)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.RawDocumentRetentionService/<ExecuteAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/RawDocumentRetentionService.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="119" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="562" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="119" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="562" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.RawDocumentRetentionService/<PurgeDocumentAsync>d__9" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/RawDocumentRetentionService.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.RawDocumentRetentionService/<SweepExpiredDocumentsAsync>d__8" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/RawDocumentRetentionService.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="921" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="605" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="853" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="681" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="939" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="921" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="605" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="853" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="681" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="939" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.ServiceCollectionExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/ServiceCollectionExtensions.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="AddMongoStorage" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.SourceStateDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/SourceStateDocument.cs" line-rate="0" branch-rate="1" complexity="10">
|
|
<methods>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Enabled" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Paused" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastSuccess" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastFailure" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FailCount" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BackoffUntil" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpdatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastFailureReason" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.SourceStateDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/SourceStateDocument.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.SourceStateRecord)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
<condition number="82" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
<condition number="203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.SourceStateDocument)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
<condition number="82" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
<condition number="203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.SourceStateRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/SourceStateRecord.cs" line-rate="0" branch-rate="1" complexity="11">
|
|
<methods>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Enabled" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Paused" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastSuccess" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastFailure" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FailCount" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BackoffUntil" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpdatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastFailureReason" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Boolean,System.Boolean,MongoDB.Bson.BsonDocument,System.Nullable`1<System.DateTimeOffset>,System.Nullable`1<System.DateTimeOffset>,System.Int32,System.Nullable`1<System.DateTimeOffset>,System.DateTimeOffset,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="5" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.SourceStateRepositoryExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/SourceStateRepositoryExtensions.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MarkFailureAsync" signature="(StellaOps.Concelier.Storage.Mongo.ISourceStateRepository,System.String,System.DateTimeOffset,System.Nullable`1<System.TimeSpan>,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Statements/AdvisoryStatementDocument.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Payload" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_InputDocuments" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Statements/AdvisoryStatementDocument.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Statements/AdvisoryStatementRecord.cs" line-rate="0" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Payload" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_InputDocumentIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.String,System.Byte[],System.DateTimeOffset,System.DateTimeOffset,MongoDB.Bson.BsonDocument,System.Collections.Generic.IReadOnlyList`1<System.Guid>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="7" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Statements/AdvisoryStatementStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementStore/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Statements/AdvisoryStatementStore.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="<InsertAsync>b__2_0" signature="(MongoDB.Driver.BulkWriteError)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetStatementsAsync>b__3_2" signature="(StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementStore/<GetStatementsAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Statements/AdvisoryStatementStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementStore/<InsertAsync>d__2" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Statements/AdvisoryStatementStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Raw.MongoAdvisoryRawRepository" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Raw/MongoAdvisoryRawRepository.cs" line-rate="0" branch-rate="0" complexity="229">
|
|
<methods>
|
|
<method name="ResolveProvenanceUri" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
<condition number="24" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateBsonDocument" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument,System.String)" line-rate="0" branch-rate="0" complexity="34">
|
|
<lines>
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="35" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="160" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="260" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="326" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="392" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="458" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="524" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="403" hits="0" branch="False" />
|
|
<line number="404" hits="0" branch="False" />
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="590" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="409" hits="0" branch="False" />
|
|
<line number="410" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="659" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="734" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="431" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="955" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="432" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1011" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="False" />
|
|
<line number="438" hits="0" branch="False" />
|
|
<line number="440" hits="0" branch="False" />
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="False" />
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="False" />
|
|
<line number="450" hits="0" branch="False" />
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="453" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="457" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="False" />
|
|
<line number="461" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1194" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1465" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="482" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1682" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="False" />
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="496" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="504" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapToRecord" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="26">
|
|
<lines>
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="False" />
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
<condition number="165" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="517" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="523" hits="0" branch="False" />
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="526" hits="0" branch="False" />
|
|
<line number="527" hits="0" branch="False" />
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="530" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="266" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="531" hits="0" branch="False" />
|
|
<line number="532" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="285" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="533" hits="0" branch="False" />
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="537" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="321" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="540" hits="0" branch="False" />
|
|
<line number="542" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
<condition number="359" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="388" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="546" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="False" />
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="550" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="418" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="551" hits="0" branch="False" />
|
|
<line number="552" hits="0" branch="False" />
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="False" />
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="558" hits="0" branch="False" />
|
|
<line number="559" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="562" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
<line number="567" hits="0" branch="False" />
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="569" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapSource" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="572" hits="0" branch="False" />
|
|
<line number="573" hits="0" branch="False" />
|
|
<line number="574" hits="0" branch="False" />
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="576" hits="0" branch="False" />
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapUpstream" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="30">
|
|
<lines>
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
<line number="583" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="584" hits="0" branch="False" />
|
|
<line number="585" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="586" hits="0" branch="False" />
|
|
<line number="587" hits="0" branch="False" />
|
|
<line number="588" hits="0" branch="False" />
|
|
<line number="589" hits="0" branch="False" />
|
|
<line number="591" hits="0" branch="False" />
|
|
<line number="592" hits="0" branch="True" condition-coverage="0% (0/20)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
<condition number="181" type="jump" coverage="0%" />
|
|
<condition number="206" type="jump" coverage="0%" />
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
<condition number="249" type="jump" coverage="0%" />
|
|
<condition number="274" type="jump" coverage="0%" />
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
<condition number="308" type="jump" coverage="0%" />
|
|
<condition number="317" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="593" hits="0" branch="False" />
|
|
<line number="594" hits="0" branch="False" />
|
|
<line number="595" hits="0" branch="False" />
|
|
<line number="596" hits="0" branch="False" />
|
|
<line number="597" hits="0" branch="False" />
|
|
<line number="598" hits="0" branch="False" />
|
|
<line number="600" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="359" type="jump" coverage="0%" />
|
|
<condition number="368" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="601" hits="0" branch="False" />
|
|
<line number="602" hits="0" branch="False" />
|
|
<line number="603" hits="0" branch="False" />
|
|
<line number="604" hits="0" branch="False" />
|
|
<line number="605" hits="0" branch="False" />
|
|
<line number="606" hits="0" branch="False" />
|
|
<line number="607" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapContent" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="610" hits="0" branch="False" />
|
|
<line number="611" hits="0" branch="False" />
|
|
<line number="613" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="614" hits="0" branch="False" />
|
|
<line number="615" hits="0" branch="False" />
|
|
<line number="616" hits="0" branch="False" />
|
|
<line number="617" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="618" hits="0" branch="False" />
|
|
<line number="619" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="620" hits="0" branch="False" />
|
|
<line number="622" hits="0" branch="False" />
|
|
<line number="623" hits="0" branch="False" />
|
|
<line number="624" hits="0" branch="False" />
|
|
<line number="626" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="628" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="False" />
|
|
<line number="631" hits="0" branch="False" />
|
|
<line number="632" hits="0" branch="False" />
|
|
<line number="633" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapIdentifiers" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="636" hits="0" branch="False" />
|
|
<line number="637" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="638" hits="0" branch="False" />
|
|
<line number="639" hits="0" branch="False" />
|
|
<line number="641" hits="0" branch="False" />
|
|
<line number="642" hits="0" branch="False" />
|
|
<line number="643" hits="0" branch="False" />
|
|
<line number="644" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapLinkset" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="30">
|
|
<lines>
|
|
<line number="647" hits="0" branch="False" />
|
|
<line number="648" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="649" hits="0" branch="False" />
|
|
<line number="650" hits="0" branch="False" />
|
|
<line number="652" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="653" hits="0" branch="False" />
|
|
<line number="654" hits="0" branch="False" />
|
|
<line number="656" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="657" hits="0" branch="False" />
|
|
<line number="658" hits="0" branch="False" />
|
|
<line number="660" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="239" type="jump" coverage="0%" />
|
|
<condition number="248" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="661" hits="0" branch="False" />
|
|
<line number="662" hits="0" branch="False" />
|
|
<line number="663" hits="0" branch="False" />
|
|
<line number="664" hits="0" branch="False" />
|
|
<line number="665" hits="0" branch="False" />
|
|
<line number="666" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="667" hits="0" branch="False" />
|
|
<line number="668" hits="0" branch="False" />
|
|
<line number="669" hits="0" branch="False" />
|
|
<line number="670" hits="0" branch="False" />
|
|
<line number="671" hits="0" branch="False" />
|
|
<line number="672" hits="0" branch="False" />
|
|
<line number="674" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="356" type="jump" coverage="0%" />
|
|
<condition number="365" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="675" hits="0" branch="False" />
|
|
<line number="676" hits="0" branch="False" />
|
|
<line number="678" hits="0" branch="False" />
|
|
<line number="679" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="680" hits="0" branch="False" />
|
|
<line number="681" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="526" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="682" hits="0" branch="False" />
|
|
<line number="683" hits="0" branch="False" />
|
|
<line number="684" hits="0" branch="False" />
|
|
<line number="685" hits="0" branch="False" />
|
|
<line number="687" hits="0" branch="False" />
|
|
<line number="688" hits="0" branch="False" />
|
|
<line number="689" hits="0" branch="False" />
|
|
<line number="690" hits="0" branch="False" />
|
|
<line number="691" hits="0" branch="False" />
|
|
<line number="692" hits="0" branch="False" />
|
|
<line number="693" hits="0" branch="False" />
|
|
<line number="694" hits="0" branch="False" />
|
|
<line number="695" hits="0" branch="False" />
|
|
<line number="696" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapLinks" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="699" hits="0" branch="False" />
|
|
<line number="700" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="30" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="701" hits="0" branch="False" />
|
|
<line number="702" hits="0" branch="False" />
|
|
<line number="705" hits="0" branch="False" />
|
|
<line number="706" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="707" hits="0" branch="False" />
|
|
<line number="708" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="709" hits="0" branch="False" />
|
|
<line number="710" hits="0" branch="False" />
|
|
<line number="713" hits="0" branch="False" />
|
|
<line number="714" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="715" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="716" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="717" hits="0" branch="False" />
|
|
<line number="718" hits="0" branch="False" />
|
|
<line number="721" hits="0" branch="False" />
|
|
<line number="722" hits="0" branch="False" />
|
|
<line number="724" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="213" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="725" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetDateTimeOffset" signature="(MongoDB.Bson.BsonDocument,System.String,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="728" hits="0" branch="False" />
|
|
<line number="729" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="730" hits="0" branch="False" />
|
|
<line number="731" hits="0" branch="False" />
|
|
<line number="734" hits="0" branch="False" />
|
|
<line number="735" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BsonValueToDateTimeOffset" signature="(MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="738" hits="0" branch="False" />
|
|
<line number="739" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="742" hits="0" branch="False" />
|
|
<line number="743" hits="0" branch="False" />
|
|
<line number="746" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="82" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="747" hits="0" branch="False" />
|
|
<line number="748" hits="0" branch="False" />
|
|
<line number="750" hits="0" branch="False" />
|
|
<line number="753" hits="0" branch="False" />
|
|
<line number="756" hits="0" branch="False" />
|
|
<line number="757" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetRequiredString" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="760" hits="0" branch="False" />
|
|
<line number="761" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="762" hits="0" branch="False" />
|
|
<line number="763" hits="0" branch="False" />
|
|
<line number="766" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="767" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetOptionalString" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="770" hits="0" branch="False" />
|
|
<line number="771" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="772" hits="0" branch="False" />
|
|
<line number="773" hits="0" branch="False" />
|
|
<line number="776" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="777" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BsonValueToString" signature="(MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="780" hits="0" branch="False" />
|
|
<line number="781" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="782" hits="0" branch="False" />
|
|
<line number="783" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="786" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="787" hits="0" branch="False" />
|
|
<line number="788" hits="0" branch="False" />
|
|
<line number="791" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="792" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildDocumentId" signature="(StellaOps.Concelier.RawModels.AdvisoryRawDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="795" hits="0" branch="False" />
|
|
<line number="796" hits="0" branch="False" />
|
|
<line number="797" hits="0" branch="False" />
|
|
<line number="798" hits="0" branch="False" />
|
|
<line number="799" hits="0" branch="False" />
|
|
<line number="800" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ComputeRevisionSegment" signature="(StellaOps.Concelier.RawModels.RawUpstreamMetadata)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="803" hits="0" branch="False" />
|
|
<line number="804" hits="0" branch="False" />
|
|
<line number="805" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="806" hits="0" branch="False" />
|
|
<line number="807" hits="0" branch="False" />
|
|
<line number="810" hits="0" branch="False" />
|
|
<line number="811" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="74" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="812" hits="0" branch="False" />
|
|
<line number="813" hits="0" branch="False" />
|
|
<line number="814" hits="0" branch="False" />
|
|
<line number="816" hits="0" branch="False" />
|
|
<line number="817" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SanitizeIdSegment" signature="(System.String)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="820" hits="0" branch="False" />
|
|
<line number="821" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="822" hits="0" branch="False" />
|
|
<line number="823" hits="0" branch="False" />
|
|
<line number="826" hits="0" branch="False" />
|
|
<line number="828" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="829" hits="0" branch="False" />
|
|
<line number="830" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="831" hits="0" branch="False" />
|
|
<line number="832" hits="0" branch="False" />
|
|
<line number="833" hits="0" branch="False" />
|
|
<line number="834" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="835" hits="0" branch="False" />
|
|
<line number="836" hits="0" branch="False" />
|
|
<line number="837" hits="0" branch="False" />
|
|
<line number="839" hits="0" branch="False" />
|
|
<line number="840" hits="0" branch="False" />
|
|
<line number="841" hits="0" branch="False" />
|
|
<line number="842" hits="0" branch="False" />
|
|
<line number="844" hits="0" branch="False" />
|
|
<line number="845" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="193" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="846" hits="0" branch="False" />
|
|
<line number="847" hits="0" branch="False" />
|
|
<line number="850" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="851" hits="0" branch="False" />
|
|
<line number="852" hits="0" branch="False" />
|
|
<line number="853" hits="0" branch="False" />
|
|
<line number="855" hits="0" branch="False" />
|
|
<line number="856" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EncodeCursor" signature="(System.DateTime,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="859" hits="0" branch="False" />
|
|
<line number="860" hits="0" branch="False" />
|
|
<line number="861" hits="0" branch="False" />
|
|
<line number="862" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryDecodeCursor" signature="(System.String,StellaOps.Concelier.Storage.Mongo.Raw.MongoAdvisoryRawRepository/AdvisoryRawCursor&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="865" hits="0" branch="False" />
|
|
<line number="866" hits="0" branch="False" />
|
|
<line number="868" hits="0" branch="False" />
|
|
<line number="869" hits="0" branch="False" />
|
|
<line number="870" hits="0" branch="False" />
|
|
<line number="871" hits="0" branch="False" />
|
|
<line number="872" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="873" hits="0" branch="False" />
|
|
<line number="874" hits="0" branch="False" />
|
|
<line number="877" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="83" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="878" hits="0" branch="False" />
|
|
<line number="879" hits="0" branch="False" />
|
|
<line number="882" hits="0" branch="False" />
|
|
<line number="883" hits="0" branch="False" />
|
|
<line number="884" hits="0" branch="False" />
|
|
<line number="886" hits="0" branch="False" />
|
|
<line number="887" hits="0" branch="False" />
|
|
<line number="888" hits="0" branch="False" />
|
|
<line number="890" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,System.TimeProvider,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.Raw.MongoAdvisoryRawRepository>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="45" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
<condition number="24" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="35" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="False" />
|
|
<line number="375" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="160" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="380" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="384" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="260" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="326" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="392" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="395" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="398" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="458" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="399" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="False" />
|
|
<line number="402" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="524" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="403" hits="0" branch="False" />
|
|
<line number="404" hits="0" branch="False" />
|
|
<line number="405" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="590" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="409" hits="0" branch="False" />
|
|
<line number="410" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="659" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="416" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="734" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="431" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="955" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="432" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1011" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="False" />
|
|
<line number="438" hits="0" branch="False" />
|
|
<line number="440" hits="0" branch="False" />
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="False" />
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="False" />
|
|
<line number="450" hits="0" branch="False" />
|
|
<line number="451" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="453" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="457" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="False" />
|
|
<line number="461" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1194" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="471" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="False" />
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1465" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="480" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="False" />
|
|
<line number="482" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1682" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="489" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="False" />
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="False" />
|
|
<line number="496" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="500" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="False" />
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
<condition number="165" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="517" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="523" hits="0" branch="False" />
|
|
<line number="524" hits="0" branch="False" />
|
|
<line number="525" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="526" hits="0" branch="False" />
|
|
<line number="527" hits="0" branch="False" />
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="530" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="266" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="531" hits="0" branch="False" />
|
|
<line number="532" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="285" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="533" hits="0" branch="False" />
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="536" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="537" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="321" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="540" hits="0" branch="False" />
|
|
<line number="542" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
<condition number="359" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="388" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="546" hits="0" branch="False" />
|
|
<line number="547" hits="0" branch="False" />
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="550" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="418" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="551" hits="0" branch="False" />
|
|
<line number="552" hits="0" branch="False" />
|
|
<line number="553" hits="0" branch="False" />
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="False" />
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="558" hits="0" branch="False" />
|
|
<line number="559" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="562" hits="0" branch="False" />
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
<line number="567" hits="0" branch="False" />
|
|
<line number="568" hits="0" branch="False" />
|
|
<line number="569" hits="0" branch="False" />
|
|
<line number="572" hits="0" branch="False" />
|
|
<line number="573" hits="0" branch="False" />
|
|
<line number="574" hits="0" branch="False" />
|
|
<line number="575" hits="0" branch="False" />
|
|
<line number="576" hits="0" branch="False" />
|
|
<line number="577" hits="0" branch="False" />
|
|
<line number="578" hits="0" branch="False" />
|
|
<line number="581" hits="0" branch="False" />
|
|
<line number="582" hits="0" branch="False" />
|
|
<line number="583" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="584" hits="0" branch="False" />
|
|
<line number="585" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="586" hits="0" branch="False" />
|
|
<line number="587" hits="0" branch="False" />
|
|
<line number="588" hits="0" branch="False" />
|
|
<line number="589" hits="0" branch="False" />
|
|
<line number="591" hits="0" branch="False" />
|
|
<line number="592" hits="0" branch="True" condition-coverage="0% (0/20)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
<condition number="181" type="jump" coverage="0%" />
|
|
<condition number="206" type="jump" coverage="0%" />
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
<condition number="249" type="jump" coverage="0%" />
|
|
<condition number="274" type="jump" coverage="0%" />
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
<condition number="308" type="jump" coverage="0%" />
|
|
<condition number="317" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="593" hits="0" branch="False" />
|
|
<line number="594" hits="0" branch="False" />
|
|
<line number="595" hits="0" branch="False" />
|
|
<line number="596" hits="0" branch="False" />
|
|
<line number="597" hits="0" branch="False" />
|
|
<line number="598" hits="0" branch="False" />
|
|
<line number="600" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="359" type="jump" coverage="0%" />
|
|
<condition number="368" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="601" hits="0" branch="False" />
|
|
<line number="602" hits="0" branch="False" />
|
|
<line number="603" hits="0" branch="False" />
|
|
<line number="604" hits="0" branch="False" />
|
|
<line number="605" hits="0" branch="False" />
|
|
<line number="606" hits="0" branch="False" />
|
|
<line number="607" hits="0" branch="False" />
|
|
<line number="610" hits="0" branch="False" />
|
|
<line number="611" hits="0" branch="False" />
|
|
<line number="613" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="614" hits="0" branch="False" />
|
|
<line number="615" hits="0" branch="False" />
|
|
<line number="616" hits="0" branch="False" />
|
|
<line number="617" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="618" hits="0" branch="False" />
|
|
<line number="619" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="620" hits="0" branch="False" />
|
|
<line number="622" hits="0" branch="False" />
|
|
<line number="623" hits="0" branch="False" />
|
|
<line number="624" hits="0" branch="False" />
|
|
<line number="626" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="628" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="629" hits="0" branch="False" />
|
|
<line number="630" hits="0" branch="False" />
|
|
<line number="631" hits="0" branch="False" />
|
|
<line number="632" hits="0" branch="False" />
|
|
<line number="633" hits="0" branch="False" />
|
|
<line number="636" hits="0" branch="False" />
|
|
<line number="637" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="638" hits="0" branch="False" />
|
|
<line number="639" hits="0" branch="False" />
|
|
<line number="641" hits="0" branch="False" />
|
|
<line number="642" hits="0" branch="False" />
|
|
<line number="643" hits="0" branch="False" />
|
|
<line number="644" hits="0" branch="False" />
|
|
<line number="647" hits="0" branch="False" />
|
|
<line number="648" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="649" hits="0" branch="False" />
|
|
<line number="650" hits="0" branch="False" />
|
|
<line number="652" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="653" hits="0" branch="False" />
|
|
<line number="654" hits="0" branch="False" />
|
|
<line number="656" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="657" hits="0" branch="False" />
|
|
<line number="658" hits="0" branch="False" />
|
|
<line number="660" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="239" type="jump" coverage="0%" />
|
|
<condition number="248" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="661" hits="0" branch="False" />
|
|
<line number="662" hits="0" branch="False" />
|
|
<line number="663" hits="0" branch="False" />
|
|
<line number="664" hits="0" branch="False" />
|
|
<line number="665" hits="0" branch="False" />
|
|
<line number="666" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="667" hits="0" branch="False" />
|
|
<line number="668" hits="0" branch="False" />
|
|
<line number="669" hits="0" branch="False" />
|
|
<line number="670" hits="0" branch="False" />
|
|
<line number="671" hits="0" branch="False" />
|
|
<line number="672" hits="0" branch="False" />
|
|
<line number="674" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="356" type="jump" coverage="0%" />
|
|
<condition number="365" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="675" hits="0" branch="False" />
|
|
<line number="676" hits="0" branch="False" />
|
|
<line number="678" hits="0" branch="False" />
|
|
<line number="679" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="680" hits="0" branch="False" />
|
|
<line number="681" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="526" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="682" hits="0" branch="False" />
|
|
<line number="683" hits="0" branch="False" />
|
|
<line number="684" hits="0" branch="False" />
|
|
<line number="685" hits="0" branch="False" />
|
|
<line number="687" hits="0" branch="False" />
|
|
<line number="688" hits="0" branch="False" />
|
|
<line number="689" hits="0" branch="False" />
|
|
<line number="690" hits="0" branch="False" />
|
|
<line number="691" hits="0" branch="False" />
|
|
<line number="692" hits="0" branch="False" />
|
|
<line number="693" hits="0" branch="False" />
|
|
<line number="694" hits="0" branch="False" />
|
|
<line number="695" hits="0" branch="False" />
|
|
<line number="696" hits="0" branch="False" />
|
|
<line number="699" hits="0" branch="False" />
|
|
<line number="700" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="30" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="701" hits="0" branch="False" />
|
|
<line number="702" hits="0" branch="False" />
|
|
<line number="705" hits="0" branch="False" />
|
|
<line number="706" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="707" hits="0" branch="False" />
|
|
<line number="708" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="709" hits="0" branch="False" />
|
|
<line number="710" hits="0" branch="False" />
|
|
<line number="713" hits="0" branch="False" />
|
|
<line number="714" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="715" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="716" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="717" hits="0" branch="False" />
|
|
<line number="718" hits="0" branch="False" />
|
|
<line number="721" hits="0" branch="False" />
|
|
<line number="722" hits="0" branch="False" />
|
|
<line number="724" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="213" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="725" hits="0" branch="False" />
|
|
<line number="728" hits="0" branch="False" />
|
|
<line number="729" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="730" hits="0" branch="False" />
|
|
<line number="731" hits="0" branch="False" />
|
|
<line number="734" hits="0" branch="False" />
|
|
<line number="735" hits="0" branch="False" />
|
|
<line number="738" hits="0" branch="False" />
|
|
<line number="739" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="742" hits="0" branch="False" />
|
|
<line number="743" hits="0" branch="False" />
|
|
<line number="746" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="82" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="747" hits="0" branch="False" />
|
|
<line number="748" hits="0" branch="False" />
|
|
<line number="750" hits="0" branch="False" />
|
|
<line number="753" hits="0" branch="False" />
|
|
<line number="756" hits="0" branch="False" />
|
|
<line number="757" hits="0" branch="False" />
|
|
<line number="760" hits="0" branch="False" />
|
|
<line number="761" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="762" hits="0" branch="False" />
|
|
<line number="763" hits="0" branch="False" />
|
|
<line number="766" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="767" hits="0" branch="False" />
|
|
<line number="770" hits="0" branch="False" />
|
|
<line number="771" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="772" hits="0" branch="False" />
|
|
<line number="773" hits="0" branch="False" />
|
|
<line number="776" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="777" hits="0" branch="False" />
|
|
<line number="780" hits="0" branch="False" />
|
|
<line number="781" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="782" hits="0" branch="False" />
|
|
<line number="783" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="786" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="787" hits="0" branch="False" />
|
|
<line number="788" hits="0" branch="False" />
|
|
<line number="791" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="792" hits="0" branch="False" />
|
|
<line number="795" hits="0" branch="False" />
|
|
<line number="796" hits="0" branch="False" />
|
|
<line number="797" hits="0" branch="False" />
|
|
<line number="798" hits="0" branch="False" />
|
|
<line number="799" hits="0" branch="False" />
|
|
<line number="800" hits="0" branch="False" />
|
|
<line number="803" hits="0" branch="False" />
|
|
<line number="804" hits="0" branch="False" />
|
|
<line number="805" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="806" hits="0" branch="False" />
|
|
<line number="807" hits="0" branch="False" />
|
|
<line number="810" hits="0" branch="False" />
|
|
<line number="811" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="74" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="812" hits="0" branch="False" />
|
|
<line number="813" hits="0" branch="False" />
|
|
<line number="814" hits="0" branch="False" />
|
|
<line number="816" hits="0" branch="False" />
|
|
<line number="817" hits="0" branch="False" />
|
|
<line number="820" hits="0" branch="False" />
|
|
<line number="821" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="822" hits="0" branch="False" />
|
|
<line number="823" hits="0" branch="False" />
|
|
<line number="826" hits="0" branch="False" />
|
|
<line number="828" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="829" hits="0" branch="False" />
|
|
<line number="830" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="831" hits="0" branch="False" />
|
|
<line number="832" hits="0" branch="False" />
|
|
<line number="833" hits="0" branch="False" />
|
|
<line number="834" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="835" hits="0" branch="False" />
|
|
<line number="836" hits="0" branch="False" />
|
|
<line number="837" hits="0" branch="False" />
|
|
<line number="839" hits="0" branch="False" />
|
|
<line number="840" hits="0" branch="False" />
|
|
<line number="841" hits="0" branch="False" />
|
|
<line number="842" hits="0" branch="False" />
|
|
<line number="844" hits="0" branch="False" />
|
|
<line number="845" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="193" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="846" hits="0" branch="False" />
|
|
<line number="847" hits="0" branch="False" />
|
|
<line number="850" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="851" hits="0" branch="False" />
|
|
<line number="852" hits="0" branch="False" />
|
|
<line number="853" hits="0" branch="False" />
|
|
<line number="855" hits="0" branch="False" />
|
|
<line number="856" hits="0" branch="False" />
|
|
<line number="859" hits="0" branch="False" />
|
|
<line number="860" hits="0" branch="False" />
|
|
<line number="861" hits="0" branch="False" />
|
|
<line number="862" hits="0" branch="False" />
|
|
<line number="865" hits="0" branch="False" />
|
|
<line number="866" hits="0" branch="False" />
|
|
<line number="868" hits="0" branch="False" />
|
|
<line number="869" hits="0" branch="False" />
|
|
<line number="870" hits="0" branch="False" />
|
|
<line number="871" hits="0" branch="False" />
|
|
<line number="872" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="873" hits="0" branch="False" />
|
|
<line number="874" hits="0" branch="False" />
|
|
<line number="877" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="83" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="878" hits="0" branch="False" />
|
|
<line number="879" hits="0" branch="False" />
|
|
<line number="882" hits="0" branch="False" />
|
|
<line number="883" hits="0" branch="False" />
|
|
<line number="884" hits="0" branch="False" />
|
|
<line number="886" hits="0" branch="False" />
|
|
<line number="887" hits="0" branch="False" />
|
|
<line number="888" hits="0" branch="False" />
|
|
<line number="890" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="45" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Raw.MongoAdvisoryRawRepository/AdvisoryRawCursor" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Raw/MongoAdvisoryRawRepository.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_IngestedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="892" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="892" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Raw.MongoAdvisoryRawRepository/<FindByAdvisoryKeyAsync>d__9" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Raw/MongoAdvisoryRawRepository.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="338" type="jump" coverage="0%" />
|
|
<condition number="361" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="480" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="187" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="338" type="jump" coverage="0%" />
|
|
<condition number="361" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="480" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="325" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Raw.MongoAdvisoryRawRepository/<FindByIdAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Raw/MongoAdvisoryRawRepository.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="290" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="290" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Raw.MongoAdvisoryRawRepository/<ListForVerificationAsync>d__10" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Raw/MongoAdvisoryRawRepository.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
<condition number="247" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="224" type="jump" coverage="0%" />
|
|
<condition number="247" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Raw.MongoAdvisoryRawRepository/<QueryAsync>d__8" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Raw/MongoAdvisoryRawRepository.cs" line-rate="0" branch-rate="0" complexity="34">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="34">
|
|
<lines>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="344" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="421" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="535" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="726" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="803" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="917" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="988" type="jump" coverage="0%" />
|
|
<condition number="1011" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1084" type="jump" coverage="0%" />
|
|
<condition number="1115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1324" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1657" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1732" type="jump" coverage="0%" />
|
|
<condition number="1741" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="344" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="421" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="535" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="612" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="726" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="803" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="917" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="988" type="jump" coverage="0%" />
|
|
<condition number="1011" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1084" type="jump" coverage="0%" />
|
|
<condition number="1115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1324" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1657" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1732" type="jump" coverage="0%" />
|
|
<condition number="1741" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Raw.MongoAdvisoryRawRepository/<UpsertAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Raw/MongoAdvisoryRawRepository.cs" line-rate="0" branch-rate="0" complexity="28">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="28">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="547" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="572" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="600" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="919" type="jump" coverage="0%" />
|
|
<condition number="935" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="962" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1017" type="jump" coverage="0%" />
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1135" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1318" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1346" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1472" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1500" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1772" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="547" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="572" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="600" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="919" type="jump" coverage="0%" />
|
|
<condition number="935" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="962" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1017" type="jump" coverage="0%" />
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1135" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1318" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1346" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1472" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1500" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1772" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.PsirtFlags.PsirtFlagDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/PsirtFlags/PsirtFlagDocument.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Vendor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryIdText" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FlaggedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.PsirtFlags.PsirtFlagDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/PsirtFlags/PsirtFlagDocument.cs" line-rate="0" branch-rate="0" complexity="3">
|
|
<methods>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.PsirtFlags.PsirtFlagRecord)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.PsirtFlags.PsirtFlagDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.PsirtFlags.PsirtFlagRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/PsirtFlags/PsirtFlagRecord.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Vendor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryIdText" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FlaggedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WithFlaggedAt" signature="(System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.PsirtFlags.PsirtFlagStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/PsirtFlags/PsirtFlagStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.PsirtFlags.PsirtFlagStore>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.PsirtFlags.PsirtFlagStore/<FindAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/PsirtFlags/PsirtFlagStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="280" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="280" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.PsirtFlags.PsirtFlagStore/<UpsertAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/PsirtFlags/PsirtFlagStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocument.cs" line-rate="0" branch-rate="1" complexity="10">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Tenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Upstream" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Content" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Linkset" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RawLinkset" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CreatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Attributes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationSourceDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocument.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Vendor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Stream" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Api" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CollectorVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationUpstreamDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocument.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_UpstreamId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="66" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FetchedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ReceivedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="78" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Signature" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="85" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationSignatureDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocument.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Present" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="97" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Format" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="102" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_KeyId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="107" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Signature" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="112" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationContentDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocument.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Format" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="120" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SpecVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="124" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Raw" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="128" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="132" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationLinksetDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocument.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Aliases" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="141" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Purls" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="146" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cpes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="151" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_References" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="156" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationReferenceDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocument.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_Type" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="164" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Url" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="167" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationRawLinksetDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocument.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_Aliases" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="175" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PackageUrls" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="180" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cpes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="185" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_References" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="190" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ReconciledFrom" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="195" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Notes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="200" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationRawReferenceDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocument.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Type" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="209" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Url" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="213" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="217" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationDocumentFactory" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationDocumentFactory.cs" line-rate="0" branch-rate="0" complexity="45">
|
|
<methods>
|
|
<method name="ToModel" signature="(StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationDocument)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="347" type="jump" coverage="0%" />
|
|
<condition number="371" type="jump" coverage="0%" />
|
|
<condition number="395" type="jump" coverage="0%" />
|
|
<condition number="415" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParseJsonNode" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToImmutable" signature="(System.Collections.Generic.Dictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="75" type="jump" coverage="0%" />
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRawLinkset" signature="(StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationRawLinksetDocument)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<ToRawLinkset>g__ToImmutableStringArray|4_0" signature="(System.Collections.Generic.List`1<System.String>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<ToRawLinkset>g__ToImmutableReferences|4_1" signature="(System.Collections.Generic.List`1<StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationRawReferenceDocument>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<ToRawLinkset>g__ToImmutableDictionary|4_2" signature="(System.Collections.Generic.Dictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="74" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="347" type="jump" coverage="0%" />
|
|
<condition number="371" type="jump" coverage="0%" />
|
|
<condition number="395" type="jump" coverage="0%" />
|
|
<condition number="415" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="75" type="jump" coverage="0%" />
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="74" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationLookup" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationLookup.cs" line-rate="0" branch-rate="0" complexity="5">
|
|
<methods>
|
|
<method name="ListByTenantAsync" signature="(System.String,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FindByFiltersAsync" signature="(System.String,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Collections.Generic.IReadOnlyCollection`1<System.String>,System.Nullable`1<StellaOps.Concelier.Core.Observations.AdvisoryObservationCursor>,System.Int32,System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="73" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Storage.Mongo.Observations.IAdvisoryObservationStore)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="73" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationStore.cs" line-rate="0" branch-rate="0" complexity="25">
|
|
<methods>
|
|
<method name="NormalizeValues" signature="(System.Collections.Generic.IEnumerable`1<System.String>,System.Func`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="144" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeAliasFilters" signature="(System.Collections.Generic.IEnumerable`1<System.String>)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="157" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateAliasFilter" signature="(MongoDB.Driver.FilterDefinitionBuilder`1<StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationDocument>,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoCollection`1<StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationDocument>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="144" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="157" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationStore/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationStore.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="<FindByFiltersAsync>b__3_0" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<FindByFiltersAsync>b__3_1" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<FindByFiltersAsync>b__3_2" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationStore/<>c__DisplayClass3_0" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="<FindByFiltersAsync>b__5" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationStore/<FindByFiltersAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationStore.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="401" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="611" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="673" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="401" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="611" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="673" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="736" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Observations.AdvisoryObservationStore/<ListByTenantAsync>d__2" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Observations/AdvisoryObservationStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryCanonicalKeyBackfillMigration" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryCanonicalKeyBackfillMigration.cs" line-rate="0" branch-rate="0" complexity="80">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParseSource" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="24" type="jump" coverage="0%" />
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParseUpstream" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="34">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="142" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/20)">
|
|
<conditions>
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
<condition number="235" type="jump" coverage="0%" />
|
|
<condition number="260" type="jump" coverage="0%" />
|
|
<condition number="269" type="jump" coverage="0%" />
|
|
<condition number="294" type="jump" coverage="0%" />
|
|
<condition number="303" type="jump" coverage="0%" />
|
|
<condition number="328" type="jump" coverage="0%" />
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
<condition number="389" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParseIdentifiers" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetRequiredString" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetOptionalString" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BsonValueToString" signature="(MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="6" type="jump" coverage="0%" />
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="238" type="jump" coverage="0%" />
|
|
<condition number="250" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetDateTimeOffset" signature="(MongoDB.Bson.BsonDocument,System.String,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="24" type="jump" coverage="0%" />
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
<condition number="142" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/20)">
|
|
<conditions>
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
<condition number="235" type="jump" coverage="0%" />
|
|
<condition number="260" type="jump" coverage="0%" />
|
|
<condition number="269" type="jump" coverage="0%" />
|
|
<condition number="294" type="jump" coverage="0%" />
|
|
<condition number="303" type="jump" coverage="0%" />
|
|
<condition number="328" type="jump" coverage="0%" />
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="380" type="jump" coverage="0%" />
|
|
<condition number="389" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/14)">
|
|
<conditions>
|
|
<condition number="6" type="jump" coverage="0%" />
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="238" type="jump" coverage="0%" />
|
|
<condition number="250" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryCanonicalKeyBackfillMigration/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryCanonicalKeyBackfillMigration.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="<ApplyAsync>b__4_0" signature="(StellaOps.Concelier.RawModels.RawLink)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryCanonicalKeyBackfillMigration/<ApplyAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryCanonicalKeyBackfillMigration.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1042" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="508" type="jump" coverage="0%" />
|
|
<condition number="528" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="697" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1042" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="508" type="jump" coverage="0%" />
|
|
<condition number="528" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="697" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryEventCollectionsMigration" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryEventCollectionsMigration.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryEventCollectionsMigration/<ApplyAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryEventCollectionsMigration.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryObservationsRawLinksetMigration" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryObservationsRawLinksetMigration.cs" line-rate="0" branch-rate="0" complexity="165">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryExtractObservationKey" signature="(MongoDB.Bson.BsonDocument,StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryObservationsRawLinksetMigration/ObservationKey&)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
<condition number="83" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="265" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="298" type="jump" coverage="0%" />
|
|
<condition number="307" type="jump" coverage="0%" />
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapToRawDocument" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapSource" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapUpstream" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="30">
|
|
<lines>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/20)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
<condition number="181" type="jump" coverage="0%" />
|
|
<condition number="206" type="jump" coverage="0%" />
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
<condition number="249" type="jump" coverage="0%" />
|
|
<condition number="274" type="jump" coverage="0%" />
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
<condition number="308" type="jump" coverage="0%" />
|
|
<condition number="317" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="359" type="jump" coverage="0%" />
|
|
<condition number="368" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapContent" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapIdentifiers" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapLinkset" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="30">
|
|
<lines>
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="239" type="jump" coverage="0%" />
|
|
<condition number="248" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="356" type="jump" coverage="0%" />
|
|
<condition number="365" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="526" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildRawLinkset" signature="(StellaOps.Concelier.RawModels.RawIdentifiers,StellaOps.Concelier.RawModels.RawLinkset)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="126" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="321" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildRawLinksetBson" signature="(StellaOps.Concelier.RawModels.RawLinkset)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetRequiredString" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="383" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetOptionalString" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="393" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BsonValueToString" signature="(MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="402" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="403" hits="0" branch="False" />
|
|
<line number="404" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="408" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetDateTimeOffset" signature="(MongoDB.Bson.BsonDocument,System.String,System.DateTimeOffset)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BsonValueToDateTimeOffset" signature="(MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<BuildRawLinkset>g__EnsureArray|14_0" signature="(System.Collections.Immutable.ImmutableArray`1<System.String>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="322" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="<BuildRawLinkset>g__EnsureReferences|14_1" signature="(System.Collections.Immutable.ImmutableArray`1<StellaOps.Concelier.RawModels.RawReference>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="325" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
<condition number="83" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="0%" />
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="265" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="298" type="jump" coverage="0%" />
|
|
<condition number="307" type="jump" coverage="0%" />
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/20)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
<condition number="181" type="jump" coverage="0%" />
|
|
<condition number="206" type="jump" coverage="0%" />
|
|
<condition number="215" type="jump" coverage="0%" />
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
<condition number="249" type="jump" coverage="0%" />
|
|
<condition number="274" type="jump" coverage="0%" />
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
<condition number="308" type="jump" coverage="0%" />
|
|
<condition number="317" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="359" type="jump" coverage="0%" />
|
|
<condition number="368" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
<condition number="218" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="245" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="239" type="jump" coverage="0%" />
|
|
<condition number="248" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="356" type="jump" coverage="0%" />
|
|
<condition number="365" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="445" type="jump" coverage="0%" />
|
|
<condition number="461" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="526" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="126" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="321" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="333" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="342" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="False" />
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="False" />
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="383" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="False" />
|
|
<line number="387" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="388" hits="0" branch="False" />
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="398" hits="0" branch="False" />
|
|
<line number="399" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="402" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="403" hits="0" branch="False" />
|
|
<line number="404" hits="0" branch="False" />
|
|
<line number="407" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="False" />
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="425" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="426" hits="0" branch="False" />
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="False" />
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="325" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryObservationsRawLinksetMigration/ObservationKey" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryObservationsRawLinksetMigration.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Tenant" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="433" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Vendor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="434" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpstreamId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="435" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="436" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CreatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="437" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToString" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="440" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="433" hits="0" branch="False" />
|
|
<line number="434" hits="0" branch="False" />
|
|
<line number="435" hits="0" branch="False" />
|
|
<line number="436" hits="0" branch="False" />
|
|
<line number="437" hits="0" branch="False" />
|
|
<line number="440" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryObservationsRawLinksetMigration/<ApplyAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryObservationsRawLinksetMigration.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1469" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1294" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="477" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="850" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1075" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1492" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1644" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1469" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1294" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="477" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="850" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1075" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1492" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1644" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryRawIdempotencyIndexMigration" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryRawIdempotencyIndexMigration.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="KeysMatch" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="183" type="jump" coverage="0%" />
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="240" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="183" type="jump" coverage="0%" />
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryRawIdempotencyIndexMigration/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryRawIdempotencyIndexMigration.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="<FindExistingIndexAsync>b__6_0" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryRawIdempotencyIndexMigration/<ApplyAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryRawIdempotencyIndexMigration.cs" line-rate="0" branch-rate="0" complexity="14">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="358" type="jump" coverage="0%" />
|
|
<condition number="382" type="jump" coverage="0%" />
|
|
<condition number="395" type="jump" coverage="0%" />
|
|
<condition number="419" type="jump" coverage="0%" />
|
|
<condition number="444" type="jump" coverage="0%" />
|
|
<condition number="464" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="485" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="358" type="jump" coverage="0%" />
|
|
<condition number="382" type="jump" coverage="0%" />
|
|
<condition number="395" type="jump" coverage="0%" />
|
|
<condition number="419" type="jump" coverage="0%" />
|
|
<condition number="444" type="jump" coverage="0%" />
|
|
<condition number="464" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="485" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryRawIdempotencyIndexMigration/<EnsureNoDuplicatesAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryRawIdempotencyIndexMigration.cs" line-rate="0" branch-rate="0" complexity="28">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="28">
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="459" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="517" type="jump" coverage="0%" />
|
|
<condition number="529" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="565" type="jump" coverage="0%" />
|
|
<condition number="577" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="613" type="jump" coverage="0%" />
|
|
<condition number="625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="661" type="jump" coverage="0%" />
|
|
<condition number="673" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="709" type="jump" coverage="0%" />
|
|
<condition number="734" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="879" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="816" type="jump" coverage="0%" />
|
|
<condition number="828" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="459" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="517" type="jump" coverage="0%" />
|
|
<condition number="529" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="565" type="jump" coverage="0%" />
|
|
<condition number="577" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="613" type="jump" coverage="0%" />
|
|
<condition number="625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="661" type="jump" coverage="0%" />
|
|
<condition number="673" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="709" type="jump" coverage="0%" />
|
|
<condition number="734" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="879" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="816" type="jump" coverage="0%" />
|
|
<condition number="828" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryRawIdempotencyIndexMigration/<FindExistingIndexAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryRawIdempotencyIndexMigration.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryRawValidatorMigration" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryRawValidatorMigration.cs" line-rate="0" branch-rate="0" complexity="33">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildSchema" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildTopLevelProperties" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildSourceSchema" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildUpstreamSchema" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildSignatureSchema" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildProvenanceSchema" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildContentSchema" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildIdentifiersSchema" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildLinksetSchema" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateStringArraySchema" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildForbiddenPatterns" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateForbiddenPattern" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetValidationLevelString" signature="(StellaOps.Concelier.Storage.Mongo.MongoValidationLevel)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="343" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetValidationActionString" signature="(StellaOps.Concelier.Storage.Mongo.MongoValidationAction)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="351" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5" type="jump" coverage="0%" />
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapValidationLevel" signature="(StellaOps.Concelier.Storage.Mongo.MongoValidationLevel)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="358" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MapValidationAction" signature="(StellaOps.Concelier.Storage.Mongo.MongoValidationAction)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="366" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5" type="jump" coverage="0%" />
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="260" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="287" hits="0" branch="False" />
|
|
<line number="288" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="294" hits="0" branch="False" />
|
|
<line number="295" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="317" hits="0" branch="False" />
|
|
<line number="318" hits="0" branch="False" />
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="321" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="False" />
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="False" />
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="329" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="False" />
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="336" hits="0" branch="False" />
|
|
<line number="337" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="False" />
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="False" />
|
|
<line number="343" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="344" hits="0" branch="False" />
|
|
<line number="345" hits="0" branch="False" />
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5" type="jump" coverage="0%" />
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="353" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="356" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="False" />
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="364" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="5" type="jump" coverage="0%" />
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="367" hits="0" branch="False" />
|
|
<line number="368" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="False" />
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" 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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisoryRawValidatorMigration/<ApplyAsync>d__9" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisoryRawValidatorMigration.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="64" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="64" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisorySupersedesBackfillMigration.cs" line-rate="0" branch-rate="0" complexity="29">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsView" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="157" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ViewTargets" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetDateTime" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AreSupersedesEqual" signature="(MongoDB.Bson.BsonValue,MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="228" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="34" type="jump" coverage="0%" />
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/AdvisoryRawRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisorySupersedesBackfillMigration.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="241" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="241" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisorySupersedesBackfillMigration.cs" line-rate="0" branch-rate="0" complexity="5">
|
|
<methods>
|
|
<method name="<BackfillSupersedesAsync>b__8_0" signature="(MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="105" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<BackfillSupersedesAsync>b__8_1" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<BackfillSupersedesAsync>b__8_2" signature="(StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/AdvisoryRawRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<BackfillSupersedesAsync>b__8_3" signature="(StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/AdvisoryRawRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="111" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/<ApplyAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisorySupersedesBackfillMigration.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/<BackfillSupersedesAsync>d__8" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisorySupersedesBackfillMigration.cs" line-rate="0" branch-rate="0" complexity="22">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="22">
|
|
<lines>
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1488" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1313" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="568" type="jump" coverage="0%" />
|
|
<condition number="593" type="jump" coverage="0%" />
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="808" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="855" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="939" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1488" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1313" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="568" type="jump" coverage="0%" />
|
|
<condition number="593" type="jump" coverage="0%" />
|
|
<condition number="616" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="808" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="855" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="939" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/<CreateViewAsync>d__13" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisorySupersedesBackfillMigration.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/<EnsureLegacyAdvisoryViewAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisorySupersedesBackfillMigration.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
<condition number="416" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="435" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="870" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1016" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="393" type="jump" coverage="0%" />
|
|
<condition number="416" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="435" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="870" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1016" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/<GetCollectionInfoAsync>d__9" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisorySupersedesBackfillMigration.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="282" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="282" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureAdvisorySupersedesBackfillMigration/<RenameCollectionAsync>d__12" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureAdvisorySupersedesBackfillMigration.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureDocumentExpiryIndexesMigration" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureDocumentExpiryIndexesMigration.cs" line-rate="0" branch-rate="0" complexity="33">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IndexMatchesTtlExpectations" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="111" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IndexMatchesNonTtlExpectations" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="37" type="jump" coverage="0%" />
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="0%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="123" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryGetName" signature="(MongoDB.Bson.BsonDocument,System.String&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="111" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="37" type="jump" coverage="0%" />
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="0%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="123" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureDocumentExpiryIndexesMigration/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureDocumentExpiryIndexesMigration.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="<ApplyAsync>b__6_0" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="<ApplyAsync>b__6_1" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureDocumentExpiryIndexesMigration/<ApplyAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureDocumentExpiryIndexesMigration.cs" line-rate="0" branch-rate="0" complexity="22">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="22">
|
|
<lines>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="578" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="591" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="644" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="794" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1201" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1358" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1536" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1555" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="578" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="591" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="625" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="644" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="794" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1201" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1358" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1502" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1536" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1555" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureGridFsExpiryIndexesMigration" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureGridFsExpiryIndexesMigration.cs" line-rate="0" branch-rate="0" complexity="21">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IndexMatchesTtlExpectations" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="111" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryGetName" signature="(MongoDB.Bson.BsonDocument,System.String&)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="111" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureGridFsExpiryIndexesMigration/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureGridFsExpiryIndexesMigration.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="<ApplyAsync>b__6_0" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.EnsureGridFsExpiryIndexesMigration/<ApplyAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/EnsureGridFsExpiryIndexesMigration.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="494" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="507" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="541" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="560" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="968" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="494" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="507" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="541" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="560" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="968" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.MongoMigrationDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/MongoMigrationDocument.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AppliedAtUtc" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.MongoMigrationRunner" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/MongoMigrationRunner.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,System.Collections.Generic.IEnumerable`1<StellaOps.Concelier.Storage.Mongo.Migrations.IMongoMigration>,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.Migrations.MongoMigrationRunner>,System.TimeProvider)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.MongoMigrationRunner/<EnsureCollectionExistsAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/MongoMigrationRunner.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="361" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="361" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.MongoMigrationRunner/<LoadAppliedMigrationIdsAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/MongoMigrationRunner.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="450" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="404" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="450" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="404" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.MongoMigrationRunner/<RunAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/MongoMigrationRunner.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
<condition number="399" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="459" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="716" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1034" type="jump" coverage="0%" />
|
|
<condition number="399" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="459" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="716" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.SemVerStyleBackfillMigration" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/SemVerStyleBackfillMigration.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Description" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.Migrations.SemVerStyleBackfillMigration>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Migrations.SemVerStyleBackfillMigration/<ApplyAsync>d__7" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Migrations/SemVerStyleBackfillMigration.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="669" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1200" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="803" type="jump" coverage="0%" />
|
|
<condition number="826" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1260" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="669" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1200" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="803" type="jump" coverage="0%" />
|
|
<condition number="826" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1260" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MergeEvents/MergeEventDocument.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BeforeHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AfterHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MergedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_InputDocuments" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FieldDecisions" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MergeEvents/MergeEventDocument.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventRecord)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventDocument)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="99" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="99" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeFieldDecisionDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MergeEvents/MergeEventDocument.cs" line-rate="0" branch-rate="0" complexity="9">
|
|
<methods>
|
|
<method name="get_Field" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SelectedSource" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DecisionReason" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SelectedModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConsideredSources" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeFieldDecision)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MergeEvents/MergeEventRecord.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BeforeHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AfterHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MergedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_InputDocumentIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FieldDecisions" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.Byte[],System.Byte[],System.DateTimeOffset,System.Collections.Generic.IReadOnlyList`1<System.Guid>,System.Collections.Generic.IReadOnlyList`1<StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeFieldDecision>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MergeEvents/MergeEventStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventStore>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventStore/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MergeEvents/MergeEventStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="<GetRecentAsync>b__4_0" signature="(StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventStore/<AppendAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MergeEvents/MergeEventStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeEventStore/<GetRecentAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MergeEvents/MergeEventStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.MergeEvents.MergeFieldDecision" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/MergeEvents/MergeFieldDecision.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Field" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SelectedSource" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DecisionReason" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SelectedModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConsideredSources" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.Nullable`1<System.DateTimeOffset>,System.Collections.Generic.IReadOnlyList`1<System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JpFlags.JpFlagDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JpFlags/JpFlagDocument.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Category" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VendorStatus" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JpFlags.JpFlagDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JpFlags/JpFlagDocument.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.JpFlags.JpFlagRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.JpFlags.JpFlagDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JpFlags.JpFlagRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JpFlags/JpFlagRecord.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Category" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VendorStatus" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WithRecordedAt" signature="(System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JpFlags.JpFlagStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JpFlags/JpFlagStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.JpFlags.JpFlagStore>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JpFlags.JpFlagStore/<FindAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JpFlags/JpFlagStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="280" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="280" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.JpFlags.JpFlagStore/<UpsertAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/JpFlags/JpFlagStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateDocument.cs" line-rate="0" branch-rate="1" complexity="10">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BaseExportId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BaseDigest" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastFullDigest" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastDeltaDigest" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExportCursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TargetRepository" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExporterVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpdatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Files" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateFileDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateDocument.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Path" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Length" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Digest" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateDocument.cs" line-rate="0" branch-rate="0" complexity="3">
|
|
<methods>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateDocument)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateManager" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateManager.cs" line-rate="0" branch-rate="0" complexity="5">
|
|
<methods>
|
|
<method name="GetAsync" signature="(System.String,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Storage.Mongo.Exporting.IExportStateStore,System.TimeProvider)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateManager/<StoreDeltaExportAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateManager.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="86" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="264" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="86" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="264" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="349" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateManager/<StoreFullExportAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateManager.cs" line-rate="0" branch-rate="0" complexity="22">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="22">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="317" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="335" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="394" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="590" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="623" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="666" type="jump" coverage="0%" />
|
|
<condition number="684" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="724" type="jump" coverage="0%" />
|
|
<condition number="766" type="jump" coverage="0%" />
|
|
<condition number="909" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="317" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="335" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="394" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="590" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="623" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="666" type="jump" coverage="0%" />
|
|
<condition number="684" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="724" type="jump" coverage="0%" />
|
|
<condition number="766" type="jump" coverage="0%" />
|
|
<condition number="909" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateRecord.cs" line-rate="0" branch-rate="1" complexity="11">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BaseExportId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BaseDigest" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastFullDigest" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastDeltaDigest" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExportCursor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TargetRepository" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExporterVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpdatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Files" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.DateTimeOffset,System.Collections.Generic.IReadOnlyList`1<StellaOps.Concelier.Storage.Mongo.Exporting.ExportFileRecord>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="4" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="3" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportFileRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateRecord.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Path" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateStore>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateStore/<FindAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="304" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="304" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Exporting.ExportStateStore/<UpsertAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Exporting/ExportStateStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="448" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="448" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Events.MongoAdvisoryEventRepository" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Events/MongoAdvisoryEventRepository.cs" line-rate="0" branch-rate="0" complexity="18">
|
|
<methods>
|
|
<method name="Canonicalize" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WriteCanonical" signature="(System.Text.Json.JsonElement,System.Text.Json.Utf8JsonWriter)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="14" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="246" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Storage.Mongo.Statements.IAdvisoryStatementStore,StellaOps.Concelier.Storage.Mongo.Conflicts.IAdvisoryConflictStore)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="14" type="switch" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="246" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Events.MongoAdvisoryEventRepository/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Events/MongoAdvisoryEventRepository.cs" line-rate="0" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="<InsertStatementsAsync>b__3_0" signature="(StellaOps.Concelier.Core.Events.AdvisoryStatementEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<InsertConflictsAsync>b__4_0" signature="(StellaOps.Concelier.Core.Events.AdvisoryConflictEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetStatementsAsync>b__5_0" signature="(StellaOps.Concelier.Storage.Mongo.Statements.AdvisoryStatementRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetConflictsAsync>b__6_0" signature="(StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Events.MongoAdvisoryEventRepository/<GetConflictsAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Events/MongoAdvisoryEventRepository.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Events.MongoAdvisoryEventRepository/<GetStatementsAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Events/MongoAdvisoryEventRepository.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Events.MongoAdvisoryEventRepository/<InsertConflictsAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Events/MongoAdvisoryEventRepository.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Events.MongoAdvisoryEventRepository/<InsertStatementsAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Events/MongoAdvisoryEventRepository.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Dtos.DtoDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Dtos/DtoDocument.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SchemaVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Payload" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ValidatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Dtos.DtoDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Dtos/DtoDocument.cs" line-rate="0" branch-rate="0" complexity="3">
|
|
<methods>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.Dtos.DtoRecord)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="93" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.Dtos.DtoDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="93" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Dtos.DtoRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Dtos/DtoRecord.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SchemaVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Payload" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ValidatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.Guid,System.String,System.String,MongoDB.Bson.BsonDocument,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Dtos.DtoStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Dtos/DtoStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.Dtos.DtoStore>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Dtos.DtoStore/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Dtos/DtoStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="<GetBySourceAsync>b__5_1" signature="(StellaOps.Concelier.Storage.Mongo.Dtos.DtoDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Dtos.DtoStore/<FindByDocumentIdAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Dtos/DtoStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Dtos.DtoStore/<GetBySourceAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Dtos/DtoStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Dtos.DtoStore/<UpsertAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Dtos/DtoStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="289" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="728" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="289" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="728" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Documents.DocumentDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Documents/DocumentDocument.cs" line-rate="0" branch-rate="1" complexity="13">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Uri" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FetchedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Sha256" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Headers" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Etag" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExpiresAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_GridFsId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Documents.DocumentDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Documents/DocumentDocument.cs" line-rate="0" branch-rate="0" complexity="24">
|
|
<methods>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.Documents.DocumentRecord)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="184" type="jump" coverage="0%" />
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.Documents.DocumentDocument)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="290" type="jump" coverage="0%" />
|
|
<condition number="356" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToBson" signature="(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="184" type="jump" coverage="0%" />
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="290" type="jump" coverage="0%" />
|
|
<condition number="356" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Documents.DocumentRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Documents/DocumentRecord.cs" line-rate="0" branch-rate="1" complexity="15">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Uri" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FetchedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Sha256" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Headers" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Etag" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastModified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_GridFsId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExpiresAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WithStatus" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.String,System.DateTimeOffset,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>,System.String,System.Nullable`1<System.DateTimeOffset>,System.Nullable`1<MongoDB.Bson.ObjectId>,System.Nullable`1<System.DateTimeOffset>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="6" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="5" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Documents.DocumentStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Documents/DocumentStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.Documents.DocumentStore>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Documents.DocumentStore/<FindAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Documents/DocumentStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="337" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Documents.DocumentStore/<FindBySourceAndUriAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Documents/DocumentStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="216" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="426" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="216" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="426" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Documents.DocumentStore/<UpdateStatusAsync>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Documents/DocumentStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="310" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="310" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Documents.DocumentStore/<UpsertAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Documents/DocumentStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="694" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="263" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="694" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Conflicts/AdvisoryConflictDocument.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConflictHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Details" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Conflicts/AdvisoryConflictDocument.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="FromRecord" signature="(StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Conflicts/AdvisoryConflictRecord.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VulnerabilityKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConflictHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AsOf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_StatementIds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Details" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.Byte[],System.DateTimeOffset,System.DateTimeOffset,System.Collections.Generic.IReadOnlyList`1<System.Guid>,MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Conflicts/AdvisoryConflictStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictStore/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Conflicts/AdvisoryConflictStore.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="<InsertAsync>b__2_0" signature="(MongoDB.Driver.BulkWriteError)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetConflictsAsync>b__3_2" signature="(StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictStore/<GetConflictsAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Conflicts/AdvisoryConflictStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Conflicts.AdvisoryConflictStore/<InsertAsync>d__2" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Conflicts/AdvisoryConflictStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="156" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.ChangeHistory.ChangeHistoryDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/ChangeHistory/ChangeHistoryDocument.cs" line-rate="0" branch-rate="1" complexity="11">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentSha256" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CurrentHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PreviousHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CurrentSnapshot" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PreviousSnapshot" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Changes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CapturedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.ChangeHistory.ChangeHistoryDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/ChangeHistory/ChangeHistoryDocumentExtensions.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="ToDocument" signature="(StellaOps.Concelier.Storage.Mongo.ChangeHistory.ChangeHistoryRecord)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="185" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.ChangeHistory.ChangeHistoryDocument)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="185" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="201" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="103" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.ChangeHistory.ChangeHistoryFieldChange" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/ChangeHistory/ChangeHistoryFieldChange.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Field" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ChangeType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PreviousValue" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CurrentValue" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<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" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.ChangeHistory.ChangeHistoryRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/ChangeHistory/ChangeHistoryRecord.cs" line-rate="0" branch-rate="1" complexity="12">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceName" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DocumentSha256" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CurrentHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PreviousHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CurrentSnapshot" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PreviousSnapshot" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Changes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CapturedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.String,System.String,System.Guid,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList`1<StellaOps.Concelier.Storage.Mongo.ChangeHistory.ChangeHistoryFieldChange>,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.ChangeHistory.MongoChangeHistoryStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/ChangeHistory/MongoChangeHistoryStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.ChangeHistory.MongoChangeHistoryStore>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.ChangeHistory.MongoChangeHistoryStore/<AddAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/ChangeHistory/MongoChangeHistoryStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.ChangeHistory.MongoChangeHistoryStore/<GetRecentAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/ChangeHistory/MongoChangeHistoryStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="653" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="653" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/AliasDocument.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Scheme" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Value" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpdatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasDocumentExtensions" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/AliasDocument.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="ToRecord" signature="(StellaOps.Concelier.Storage.Mongo.Aliases.AliasDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/AliasStore.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="NormalizeScheme" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.Aliases.AliasStore>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasStore/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/AliasStore.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="<ReplaceAsync>b__3_1" signature="(MongoDB.Driver.BulkWriteError)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<ReplaceAsync>b__3_2" signature="(MongoDB.Driver.BulkWriteError)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<ReplaceAsync>b__3_3" signature="(StellaOps.Concelier.Storage.Mongo.Aliases.AliasEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="69" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<ReplaceAsync>b__3_4" signature="(StellaOps.Concelier.Storage.Mongo.Aliases.AliasEntry)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetByAliasAsync>b__4_2" signature="(StellaOps.Concelier.Storage.Mongo.Aliases.AliasDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="136" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<GetByAdvisoryAsync>b__5_1" signature="(StellaOps.Concelier.Storage.Mongo.Aliases.AliasDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasStore/<GetByAdvisoryAsync>d__5" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/AliasStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasStore/<GetByAliasAsync>d__4" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/AliasStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasStore/<Normalize>d__6" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/AliasStore.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="358" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="137" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="180" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="211" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="271" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="51" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="358" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="137" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="180" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="211" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="271" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasStore/<ReplaceAsync>d__3" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/AliasStore.cs" line-rate="0" branch-rate="0" complexity="24">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="313" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="536" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="960" type="jump" coverage="0%" />
|
|
<condition number="981" type="jump" coverage="0%" />
|
|
<condition number="1002" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1324" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2308" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2018" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1845" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2044" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="313" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="536" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="566" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="960" type="jump" coverage="0%" />
|
|
<condition number="981" type="jump" coverage="0%" />
|
|
<condition number="1002" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1324" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2308" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2018" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1845" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2044" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasStoreMetrics" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/AliasStoreMetrics.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="RecordCollision" signature="(System.String,System.Int32)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasEntry" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/IAliasStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Scheme" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasRecord" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/IAliasStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasCollision" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/IAliasStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Scheme" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Aliases.AliasUpsertResult" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Aliases/IAliasStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryDocument.cs" line-rate="0" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdvisoryKey" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="set_AdvisoryKey" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Payload" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Modified" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Published" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_NormalizedVersions" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryStore.cs" line-rate="0" branch-rate="0" complexity="394">
|
|
<methods>
|
|
<method name="IsNamespaceViewError" signature="(MongoDB.Driver.MongoWriteException)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="1" type="jump" coverage="0%" />
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Deserialize" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="60">
|
|
<lines>
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="222" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
<condition number="138" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="223" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="165" type="jump" coverage="0%" />
|
|
<condition number="174" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="227" type="jump" coverage="0%" />
|
|
<condition number="236" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="263" type="jump" coverage="0%" />
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="299" type="jump" coverage="0%" />
|
|
<condition number="312" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="419" type="jump" coverage="0%" />
|
|
<condition number="432" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="500" type="jump" coverage="0%" />
|
|
<condition number="513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
<condition number="594" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="662" type="jump" coverage="0%" />
|
|
<condition number="675" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="743" type="jump" coverage="0%" />
|
|
<condition number="756" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="824" type="jump" coverage="0%" />
|
|
<condition number="833" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="860" type="jump" coverage="0%" />
|
|
<condition number="873" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeReference" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="286" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="87" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="287" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="288" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeCredit" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="87" type="jump" coverage="0%" />
|
|
<condition number="100" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="207" type="jump" coverage="0%" />
|
|
<condition number="216" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeAffectedPackage" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="28">
|
|
<lines>
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="318" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="208" type="jump" coverage="0%" />
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="289" type="jump" coverage="0%" />
|
|
<condition number="302" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="370" type="jump" coverage="0%" />
|
|
<condition number="383" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeVersionRange" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="28">
|
|
<lines>
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="342" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="87" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="343" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="344" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="345" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="0%" />
|
|
<condition number="203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
<condition number="258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeStatus" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeCvssMetric" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="375" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="135" type="jump" coverage="0%" />
|
|
<condition number="147" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="176" type="jump" coverage="0%" />
|
|
<condition number="185" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="381" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeWeakness" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="391" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="392" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeProvenance" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="402" hits="0" branch="False" />
|
|
<line number="403" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="404" hits="0" branch="False" />
|
|
<line number="405" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="406" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="185" type="jump" coverage="0%" />
|
|
<condition number="208" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="297" type="jump" coverage="0%" />
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeNormalizedVersionRule" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="32">
|
|
<lines>
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="431" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="434" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="435" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
<condition number="186" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="436" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="213" type="jump" coverage="0%" />
|
|
<condition number="222" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="437" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="263" type="jump" coverage="0%" />
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="438" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="299" type="jump" coverage="0%" />
|
|
<condition number="308" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="440" hits="0" branch="False" />
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="445" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="False" />
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializePrimitives" signature="(MongoDB.Bson.BsonDocument)" line-rate="0" branch-rate="0" complexity="58">
|
|
<lines>
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="453" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="False" />
|
|
<line number="461" hits="0" branch="True" condition-coverage="0% (0/32)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="111" type="jump" coverage="0%" />
|
|
<condition number="137" type="jump" coverage="0%" />
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
<condition number="181" type="jump" coverage="0%" />
|
|
<condition number="207" type="jump" coverage="0%" />
|
|
<condition number="216" type="jump" coverage="0%" />
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
<condition number="277" type="jump" coverage="0%" />
|
|
<condition number="286" type="jump" coverage="0%" />
|
|
<condition number="312" type="jump" coverage="0%" />
|
|
<condition number="321" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="353" type="jump" coverage="0%" />
|
|
<condition number="369" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="482" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
<condition number="537" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="677" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="496" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="685" type="jump" coverage="0%" />
|
|
<condition number="688" type="jump" coverage="0%" />
|
|
<condition number="691" type="jump" coverage="0%" />
|
|
<condition number="704" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="506" hits="0" branch="False" />
|
|
<line number="507" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeNevraComponent" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="28">
|
|
<lines>
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="517" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="518" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="92" type="jump" coverage="0%" />
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="519" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
<condition number="130" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="524" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="154" type="jump" coverage="0%" />
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="525" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="526" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
<condition number="239" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="529" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DeserializeEvrComponent" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="540" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="92" type="jump" coverage="0%" />
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="541" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="124" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="542" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="546" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
<condition number="154" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="547" hits="0" branch="False" />
|
|
<line number="548" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryReadDateTime" signature="(MongoDB.Bson.BsonDocument,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="551" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="TryConvertDateTime" signature="(MongoDB.Bson.BsonValue)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="560" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="562" hits="0" branch="False" />
|
|
<line number="563" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(MongoDB.Driver.IMongoDatabase,StellaOps.Concelier.Storage.Mongo.Aliases.IAliasStore,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore>,Microsoft.Extensions.Options.IOptions`1<StellaOps.Concelier.Storage.Mongo.MongoStorageOptions>,System.TimeProvider)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="100" type="jump" coverage="0%" />
|
|
<condition number="113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="1" type="jump" coverage="0%" />
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="221" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="222" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="129" type="jump" coverage="0%" />
|
|
<condition number="138" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="223" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="165" type="jump" coverage="0%" />
|
|
<condition number="174" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="227" type="jump" coverage="0%" />
|
|
<condition number="236" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="227" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="263" type="jump" coverage="0%" />
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="299" type="jump" coverage="0%" />
|
|
<condition number="312" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="419" type="jump" coverage="0%" />
|
|
<condition number="432" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="500" type="jump" coverage="0%" />
|
|
<condition number="513" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="581" type="jump" coverage="0%" />
|
|
<condition number="594" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="662" type="jump" coverage="0%" />
|
|
<condition number="675" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="False" />
|
|
<line number="249" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="743" type="jump" coverage="0%" />
|
|
<condition number="756" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="250" hits="0" branch="False" />
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="824" type="jump" coverage="0%" />
|
|
<condition number="833" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="860" type="jump" coverage="0%" />
|
|
<condition number="873" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="266" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="269" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="272" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="False" />
|
|
<line number="274" hits="0" branch="False" />
|
|
<line number="275" hits="0" branch="False" />
|
|
<line number="276" hits="0" branch="False" />
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="False" />
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="282" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="284" hits="0" branch="False" />
|
|
<line number="285" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="286" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="87" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="287" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="288" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="False" />
|
|
<line number="293" hits="0" branch="False" />
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="298" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="300" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="87" type="jump" coverage="0%" />
|
|
<condition number="100" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="302" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="207" type="jump" coverage="0%" />
|
|
<condition number="216" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="315" hits="0" branch="False" />
|
|
<line number="316" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="318" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="319" hits="0" branch="False" />
|
|
<line number="320" hits="0" branch="False" />
|
|
<line number="322" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="208" type="jump" coverage="0%" />
|
|
<condition number="221" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="323" hits="0" branch="False" />
|
|
<line number="324" hits="0" branch="False" />
|
|
<line number="326" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="289" type="jump" coverage="0%" />
|
|
<condition number="302" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="327" hits="0" branch="False" />
|
|
<line number="328" hits="0" branch="False" />
|
|
<line number="330" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="370" type="jump" coverage="0%" />
|
|
<condition number="383" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="331" hits="0" branch="False" />
|
|
<line number="332" hits="0" branch="False" />
|
|
<line number="334" hits="0" branch="False" />
|
|
<line number="335" hits="0" branch="False" />
|
|
<line number="338" hits="0" branch="False" />
|
|
<line number="339" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="340" hits="0" branch="False" />
|
|
<line number="341" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="342" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="87" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="343" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="344" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="0%" />
|
|
<condition number="167" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="345" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="0%" />
|
|
<condition number="203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="346" hits="0" branch="False" />
|
|
<line number="347" hits="0" branch="False" />
|
|
<line number="348" hits="0" branch="False" />
|
|
<line number="349" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
<condition number="258" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="350" hits="0" branch="False" />
|
|
<line number="351" hits="0" branch="False" />
|
|
<line number="352" hits="0" branch="False" />
|
|
<line number="354" hits="0" branch="False" />
|
|
<line number="355" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="360" hits="0" branch="False" />
|
|
<line number="361" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="362" hits="0" branch="False" />
|
|
<line number="363" hits="0" branch="False" />
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="369" hits="0" branch="False" />
|
|
<line number="370" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="371" hits="0" branch="False" />
|
|
<line number="372" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="373" hits="0" branch="False" />
|
|
<line number="374" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="375" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="135" type="jump" coverage="0%" />
|
|
<condition number="147" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="376" hits="0" branch="False" />
|
|
<line number="377" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="176" type="jump" coverage="0%" />
|
|
<condition number="185" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="378" hits="0" branch="False" />
|
|
<line number="379" hits="0" branch="False" />
|
|
<line number="381" hits="0" branch="False" />
|
|
<line number="382" hits="0" branch="False" />
|
|
<line number="385" hits="0" branch="False" />
|
|
<line number="386" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="389" hits="0" branch="False" />
|
|
<line number="390" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="391" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="392" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="393" hits="0" branch="False" />
|
|
<line number="394" hits="0" branch="False" />
|
|
<line number="396" hits="0" branch="False" />
|
|
<line number="397" hits="0" branch="False" />
|
|
<line number="400" hits="0" branch="False" />
|
|
<line number="401" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="402" hits="0" branch="False" />
|
|
<line number="403" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="404" hits="0" branch="False" />
|
|
<line number="405" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="406" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="407" hits="0" branch="False" />
|
|
<line number="408" hits="0" branch="False" />
|
|
<line number="409" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="185" type="jump" coverage="0%" />
|
|
<condition number="208" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="410" hits="0" branch="False" />
|
|
<line number="411" hits="0" branch="False" />
|
|
<line number="412" hits="0" branch="False" />
|
|
<line number="413" hits="0" branch="False" />
|
|
<line number="414" hits="0" branch="False" />
|
|
<line number="415" hits="0" branch="False" />
|
|
<line number="417" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="297" type="jump" coverage="0%" />
|
|
<condition number="316" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="418" hits="0" branch="False" />
|
|
<line number="419" hits="0" branch="False" />
|
|
<line number="420" hits="0" branch="False" />
|
|
<line number="421" hits="0" branch="False" />
|
|
<line number="422" hits="0" branch="False" />
|
|
<line number="423" hits="0" branch="False" />
|
|
<line number="424" hits="0" branch="False" />
|
|
<line number="427" hits="0" branch="False" />
|
|
<line number="428" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="429" hits="0" branch="False" />
|
|
<line number="430" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="66" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="431" hits="0" branch="False" />
|
|
<line number="433" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="94" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="434" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="435" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
<condition number="186" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="436" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="213" type="jump" coverage="0%" />
|
|
<condition number="222" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="437" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="263" type="jump" coverage="0%" />
|
|
<condition number="272" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="438" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="299" type="jump" coverage="0%" />
|
|
<condition number="308" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="440" hits="0" branch="False" />
|
|
<line number="441" hits="0" branch="False" />
|
|
<line number="442" hits="0" branch="False" />
|
|
<line number="443" hits="0" branch="False" />
|
|
<line number="444" hits="0" branch="False" />
|
|
<line number="445" hits="0" branch="False" />
|
|
<line number="446" hits="0" branch="False" />
|
|
<line number="447" hits="0" branch="False" />
|
|
<line number="448" hits="0" branch="False" />
|
|
<line number="449" hits="0" branch="False" />
|
|
<line number="452" hits="0" branch="False" />
|
|
<line number="453" hits="0" branch="False" />
|
|
<line number="454" hits="0" branch="False" />
|
|
<line number="455" hits="0" branch="False" />
|
|
<line number="456" hits="0" branch="False" />
|
|
<line number="458" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
<condition number="38" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="459" hits="0" branch="False" />
|
|
<line number="460" hits="0" branch="False" />
|
|
<line number="461" hits="0" branch="True" condition-coverage="0% (0/32)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="111" type="jump" coverage="0%" />
|
|
<condition number="137" type="jump" coverage="0%" />
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
<condition number="172" type="jump" coverage="0%" />
|
|
<condition number="181" type="jump" coverage="0%" />
|
|
<condition number="207" type="jump" coverage="0%" />
|
|
<condition number="216" type="jump" coverage="0%" />
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
<condition number="277" type="jump" coverage="0%" />
|
|
<condition number="286" type="jump" coverage="0%" />
|
|
<condition number="312" type="jump" coverage="0%" />
|
|
<condition number="321" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="462" hits="0" branch="False" />
|
|
<line number="463" hits="0" branch="False" />
|
|
<line number="464" hits="0" branch="False" />
|
|
<line number="465" hits="0" branch="False" />
|
|
<line number="466" hits="0" branch="False" />
|
|
<line number="467" hits="0" branch="False" />
|
|
<line number="468" hits="0" branch="False" />
|
|
<line number="469" hits="0" branch="False" />
|
|
<line number="470" hits="0" branch="False" />
|
|
<line number="472" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="353" type="jump" coverage="0%" />
|
|
<condition number="369" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="473" hits="0" branch="False" />
|
|
<line number="474" hits="0" branch="False" />
|
|
<line number="475" hits="0" branch="False" />
|
|
<line number="476" hits="0" branch="False" />
|
|
<line number="477" hits="0" branch="False" />
|
|
<line number="478" hits="0" branch="False" />
|
|
<line number="479" hits="0" branch="False" />
|
|
<line number="481" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="437" type="jump" coverage="0%" />
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="482" hits="0" branch="False" />
|
|
<line number="483" hits="0" branch="False" />
|
|
<line number="484" hits="0" branch="False" />
|
|
<line number="485" hits="0" branch="False" />
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="490" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="521" type="jump" coverage="0%" />
|
|
<condition number="537" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="491" hits="0" branch="False" />
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="495" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="677" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="496" hits="0" branch="False" />
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="501" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="685" type="jump" coverage="0%" />
|
|
<condition number="688" type="jump" coverage="0%" />
|
|
<condition number="691" type="jump" coverage="0%" />
|
|
<condition number="704" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="506" hits="0" branch="False" />
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="510" hits="0" branch="False" />
|
|
<line number="511" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="516" hits="0" branch="False" />
|
|
<line number="517" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="518" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="92" type="jump" coverage="0%" />
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="519" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
<condition number="130" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="520" hits="0" branch="False" />
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="524" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="154" type="jump" coverage="0%" />
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="525" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="190" type="jump" coverage="0%" />
|
|
<condition number="199" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="526" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="230" type="jump" coverage="0%" />
|
|
<condition number="239" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="528" hits="0" branch="False" />
|
|
<line number="529" hits="0" branch="False" />
|
|
<line number="532" hits="0" branch="False" />
|
|
<line number="533" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="538" hits="0" branch="False" />
|
|
<line number="539" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="540" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="92" type="jump" coverage="0%" />
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="541" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="124" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="542" hits="0" branch="False" />
|
|
<line number="543" hits="0" branch="False" />
|
|
<line number="546" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
<condition number="154" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="547" hits="0" branch="False" />
|
|
<line number="548" hits="0" branch="False" />
|
|
<line number="551" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="557" hits="0" branch="False" />
|
|
<line number="560" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="562" hits="0" branch="False" />
|
|
<line number="563" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="564" hits="0" branch="False" />
|
|
<line number="565" hits="0" branch="False" />
|
|
<line number="566" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="100" type="jump" coverage="0%" />
|
|
<condition number="113" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryStore.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="<GetRecentAsync>b__11_0" signature="(StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryDocument)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="124" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="124" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore/<BuildAliasEntries>d__10" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="234" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="123" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="234" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="123" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore/<FindAsync>d__9" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="330" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="330" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore/<GetLegacyAdvisoryCollectionAsync>d__14" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryStore.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="407" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="455" type="jump" coverage="0%" />
|
|
<condition number="493" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="529" type="jump" coverage="0%" />
|
|
<condition number="555" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="407" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="455" type="jump" coverage="0%" />
|
|
<condition number="493" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="529" type="jump" coverage="0%" />
|
|
<condition number="555" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore/<GetRecentAsync>d__11" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryStore.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore/<ReplaceAsync>d__12" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryStore.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="647" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="647" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore/<StreamAsync>d__15" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryStore.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="179" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="907" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="714" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="179" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="907" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="714" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.AdvisoryStore/<UpsertAsync>d__8" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/AdvisoryStore.cs" line-rate="0" branch-rate="0" complexity="14">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="0%" />
|
|
<condition number="93" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="331" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="404" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="488" type="jump" coverage="0%" />
|
|
<condition number="538" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="0%" />
|
|
<condition number="93" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="331" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="164" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="404" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="488" type="jump" coverage="0%" />
|
|
<condition number="538" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.NormalizedVersionDocument" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/NormalizedVersionDocument.cs" line-rate="0" branch-rate="1" complexity="15">
|
|
<methods>
|
|
<method name="get_PackageId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PackageType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Scheme" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Type" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Style" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Min" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MinInclusive" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Max" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MaxInclusive" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Value" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Notes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_DecisionReason" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Constraint" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Source" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAtUtc" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Storage.Mongo.Advisories.NormalizedVersionDocumentFactory" filename="Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/Advisories/NormalizedVersionDocumentFactory.cs" line-rate="0" branch-rate="0" complexity="82">
|
|
<methods>
|
|
<method name="Create" signature="(StellaOps.Concelier.Models.Advisory)" line-rate="0" branch-rate="0" complexity="64">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="823" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="195" type="jump" coverage="0%" />
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="810" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="278" type="jump" coverage="0%" />
|
|
<condition number="296" type="jump" coverage="0%" />
|
|
<condition number="312" type="jump" coverage="0%" />
|
|
<condition number="324" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="332" type="jump" coverage="0%" />
|
|
<condition number="350" type="jump" coverage="0%" />
|
|
<condition number="366" type="jump" coverage="0%" />
|
|
<condition number="378" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
<condition number="401" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="440" type="jump" coverage="0%" />
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
<condition number="465" type="jump" coverage="0%" />
|
|
<condition number="477" type="jump" coverage="0%" />
|
|
<condition number="482" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="498" type="jump" coverage="0%" />
|
|
<condition number="511" type="jump" coverage="0%" />
|
|
<condition number="523" type="jump" coverage="0%" />
|
|
<condition number="535" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="562" type="jump" coverage="0%" />
|
|
<condition number="585" type="jump" coverage="0%" />
|
|
<condition number="755" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="834" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FindMatchingRange" signature="(StellaOps.Concelier.Models.AffectedPackage,StellaOps.Concelier.Models.NormalizedVersionRule)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="65" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizedRulesEquivalent" signature="(StellaOps.Concelier.Models.NormalizedVersionRule,StellaOps.Concelier.Models.NormalizedVersionRule)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
<condition number="64" type="jump" coverage="0%" />
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
<condition number="185" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="0%" />
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="823" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="195" type="jump" coverage="0%" />
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="810" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="278" type="jump" coverage="0%" />
|
|
<condition number="296" type="jump" coverage="0%" />
|
|
<condition number="312" type="jump" coverage="0%" />
|
|
<condition number="324" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="332" type="jump" coverage="0%" />
|
|
<condition number="350" type="jump" coverage="0%" />
|
|
<condition number="366" type="jump" coverage="0%" />
|
|
<condition number="378" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="386" type="jump" coverage="0%" />
|
|
<condition number="401" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/10)">
|
|
<conditions>
|
|
<condition number="440" type="jump" coverage="0%" />
|
|
<condition number="453" type="jump" coverage="0%" />
|
|
<condition number="465" type="jump" coverage="0%" />
|
|
<condition number="477" type="jump" coverage="0%" />
|
|
<condition number="482" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="498" type="jump" coverage="0%" />
|
|
<condition number="511" type="jump" coverage="0%" />
|
|
<condition number="523" type="jump" coverage="0%" />
|
|
<condition number="535" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="562" type="jump" coverage="0%" />
|
|
<condition number="585" type="jump" coverage="0%" />
|
|
<condition number="755" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="834" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="65" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/12)">
|
|
<conditions>
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
<condition number="64" type="jump" coverage="0%" />
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
<condition number="136" type="jump" coverage="0%" />
|
|
<condition number="185" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Concelier.Testing" line-rate="0" branch-rate="0" complexity="40">
|
|
<classes>
|
|
<class name="StellaOps.Concelier.Testing.ConnectorTestHarness" filename="Concelier/__Libraries/StellaOps.Concelier.Testing/ConnectorTestHarness.cs" line-rate="0" branch-rate="0" complexity="11">
|
|
<methods>
|
|
<method name="get_TimeProvider" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Handler" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ServiceProvider" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name="CreateTimeProvider" signature="(System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<EnsureServiceProviderAsync>b__14_1" signature="(StellaOps.Concelier.Storage.Mongo.MongoStorageOptions)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<EnsureServiceProviderAsync>b__14_2" signature="(Microsoft.Extensions.Http.HttpClientFactoryOptions)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Concelier.Testing.MongoIntegrationFixture,System.DateTimeOffset,System.String[])" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Testing.ConnectorTestHarness/<>c" filename="Concelier/__Libraries/StellaOps.Concelier.Testing/ConnectorTestHarness.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="<EnsureServiceProviderAsync>b__14_0" signature="(Microsoft.Extensions.Logging.ILoggingBuilder)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Testing.ConnectorTestHarness/<DisposeAsync>d__16" filename="Concelier/__Libraries/StellaOps.Concelier.Testing/ConnectorTestHarness.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Testing.ConnectorTestHarness/<EnsureServiceProviderAsync>d__14" filename="Concelier/__Libraries/StellaOps.Concelier.Testing/ConnectorTestHarness.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="374" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Testing.ConnectorTestHarness/<ResetAsync>d__15" filename="Concelier/__Libraries/StellaOps.Concelier.Testing/ConnectorTestHarness.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="86" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="86" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Concelier.Testing.MongoIntegrationFixture" filename="Concelier/__Libraries/StellaOps.Concelier.Testing/MongoIntegrationFixture.cs" line-rate="0" branch-rate="0" complexity="19">
|
|
<methods>
|
|
<method name="get_Runner" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Database" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Client" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="InitializeAsync" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DisposeAsync" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="EnsureMongo2GoEnvironment" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolveOpenSslLibraryPath" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="63" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="63" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.DependencyInjection" line-rate="0" branch-rate="1" complexity="8">
|
|
<classes>
|
|
<class name="StellaOps.DependencyInjection.ServiceBindingAttribute" filename="__Libraries/StellaOps.DependencyInjection/ServiceBindingAttribute.cs" line-rate="0" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_ServiceType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Lifetime" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ReplaceExisting" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RegisterAsSelf" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.DependencyInjection.ServiceLifetime)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Type)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Findings.Ledger" line-rate="0.47200000000000003" branch-rate="0.36810000000000004" complexity="1085">
|
|
<classes>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.WorkflowMutationRequest" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="1" branch-rate="1" complexity="11">
|
|
<methods>
|
|
<method name="get_TenantId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="14" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ChainId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PolicyVersion" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FindingId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="10" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ArtifactId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="10" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_VulnerabilityId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="8" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PreviousStatus" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_OccurredAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Actor" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="18" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Attachments" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="9" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="5" hits="14" branch="False" />
|
|
<line number="7" hits="2" branch="False" />
|
|
<line number="9" hits="12" branch="False" />
|
|
<line number="11" hits="10" branch="False" />
|
|
<line number="13" hits="10" branch="False" />
|
|
<line number="15" hits="8" branch="False" />
|
|
<line number="17" hits="2" branch="False" />
|
|
<line number="19" hits="2" branch="False" />
|
|
<line number="21" hits="2" branch="False" />
|
|
<line number="23" hits="18" branch="False" />
|
|
<line number="25" hits="9" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.AssignWorkflowRequest" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="1" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Assignee" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="4" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Comment" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="30" hits="4" branch="False" />
|
|
<line number="32" hits="2" branch="False" />
|
|
<line number="34" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.CommentWorkflowRequest" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Comment" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="39" hits="2" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.AcceptRiskWorkflowRequest" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="1" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Justification" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExpiresAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RiskOwner" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="44" hits="3" branch="False" />
|
|
<line number="46" hits="2" branch="False" />
|
|
<line number="48" hits="3" branch="False" />
|
|
<line number="50" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.TargetFixWorkflowRequest" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_Summary" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TargetCompletion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TicketId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TicketUrl" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.VerifyFixWorkflowRequest" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_Evidence" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Notes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.ReopenWorkflowRequest" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_Reason" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.WorkflowActor" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="82" hits="20" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="82" hits="20" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.WorkflowAssignee" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Id" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="84" hits="7" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="84" hits="7" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Workflow.WorkflowAttachmentMetadata" filename="Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs" line-rate="1" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_AttachmentId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="87" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FileName" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="88" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentType" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="89" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SizeBytes" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="90" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Sha256" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="91" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="92" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.Int64,System.String,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="86" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="87" hits="2" branch="False" />
|
|
<line number="88" hits="2" branch="False" />
|
|
<line number="89" hits="2" branch="False" />
|
|
<line number="90" hits="2" branch="False" />
|
|
<line number="91" hits="3" branch="False" />
|
|
<line number="92" hits="3" branch="False" />
|
|
<line number="86" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.AttachmentEncryptionService" filename="Findings/StellaOps.Findings.Ledger/Services/Attachments/AttachmentEncryptionService.cs" line-rate="0" branch-rate="0" complexity="3">
|
|
<methods>
|
|
<method name="CreateEnvelope" signature="(StellaOps.Findings.Ledger.Services.NormalizedAttachment,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Options.IOptions`1<StellaOps.Findings.Ledger.Options.LedgerServiceOptions>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.AttachmentEncryptionService/AttachmentEncryptionPayload" filename="Findings/StellaOps.Findings.Ledger/Services/Attachments/AttachmentEncryptionService.cs" line-rate="0" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_AttachmentId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Sha256" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SizeBytes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.Int64,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.AttachmentEncryptionResult" filename="Findings/StellaOps.Findings.Ledger/Services/Attachments/AttachmentEncryptionService.cs" line-rate="1" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Algorithm" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="65" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Ciphertext" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="66" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Nonce" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="67" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Tag" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="68" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExpiresAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="69" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.DateTimeOffset)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="64" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="65" hits="1" branch="False" />
|
|
<line number="66" hits="1" branch="False" />
|
|
<line number="67" hits="1" branch="False" />
|
|
<line number="68" hits="1" branch="False" />
|
|
<line number="69" hits="2" branch="False" />
|
|
<line number="64" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.NormalizedAttachment" filename="Findings/StellaOps.Findings.Ledger/Services/Attachments/AttachmentEncryptionService.cs" line-rate="1" branch-rate="1" complexity="7">
|
|
<methods>
|
|
<method name="get_AttachmentId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="72" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FileName" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="73" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ContentType" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="74" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SizeBytes" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="75" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Sha256" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="76" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Metadata" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="77" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.Int64,System.String,System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.String>)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="71" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="72" hits="2" branch="False" />
|
|
<line number="73" hits="1" branch="False" />
|
|
<line number="74" hits="1" branch="False" />
|
|
<line number="75" hits="1" branch="False" />
|
|
<line number="76" hits="1" branch="False" />
|
|
<line number="77" hits="3" branch="False" />
|
|
<line number="71" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.AttachmentUrlSigner" filename="Findings/StellaOps.Findings.Ledger/Services/Attachments/AttachmentUrlSigner.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="Sign" signature="(System.String,System.DateTimeOffset,System.TimeSpan)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Base64UrlEncode" signature="(System.Byte[])" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Options.IOptions`1<StellaOps.Findings.Ledger.Options.LedgerServiceOptions>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.AttachmentSignedUrl" filename="Findings/StellaOps.Findings.Ledger/Services/Attachments/AttachmentUrlSigner.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_Url" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="51" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="51" hits="3" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.FindingWorkflowService" filename="Findings/StellaOps.Findings.Ledger/Services/FindingWorkflowService.cs" line-rate="0.627" branch-rate="0.47909999999999997" complexity="146">
|
|
<methods>
|
|
<method name="AssignAsync" signature="(StellaOps.Findings.Ledger.Workflow.AssignWorkflowRequest,System.Threading.CancellationToken)" line-rate="0.7058" branch-rate="0.5" complexity="6">
|
|
<lines>
|
|
<line number="55" hits="1" branch="False" />
|
|
<line number="56" hits="1" branch="False" />
|
|
<line number="57" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="50%" />
|
|
<condition number="37" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="64" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="67" hits="1" branch="False" />
|
|
<line number="68" hits="1" branch="False" />
|
|
<line number="69" hits="1" branch="False" />
|
|
<line number="70" hits="1" branch="False" />
|
|
<line number="71" hits="1" branch="False" />
|
|
<line number="72" hits="1" branch="False" />
|
|
<line number="74" hits="1" branch="False" />
|
|
<line number="75" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CommentAsync" signature="(StellaOps.Findings.Ledger.Workflow.CommentWorkflowRequest,System.Threading.CancellationToken)" line-rate="0.6666" branch-rate="0.75" complexity="4">
|
|
<lines>
|
|
<line number="78" hits="1" branch="False" />
|
|
<line number="79" hits="1" branch="False" />
|
|
<line number="80" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="1" branch="False" />
|
|
<line number="82" hits="1" branch="False" />
|
|
<line number="83" hits="1" branch="False" />
|
|
<line number="85" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="1" branch="False" />
|
|
<line number="87" hits="1" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AcceptRiskAsync" signature="(StellaOps.Findings.Ledger.Workflow.AcceptRiskWorkflowRequest,System.Threading.CancellationToken)" line-rate="0.7916" branch-rate="0.6666" complexity="12">
|
|
<lines>
|
|
<line number="98" hits="1" branch="False" />
|
|
<line number="99" hits="1" branch="False" />
|
|
<line number="100" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="110" hits="1" branch="False" />
|
|
<line number="111" hits="1" branch="False" />
|
|
<line number="112" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="1" branch="False" />
|
|
<line number="115" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="1" branch="False" />
|
|
<line number="117" hits="1" branch="False" />
|
|
<line number="118" hits="1" branch="False" />
|
|
<line number="120" hits="1" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="50%" />
|
|
<condition number="259" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="1" branch="False" />
|
|
<line number="122" hits="1" branch="False" />
|
|
<line number="123" hits="1" branch="False" />
|
|
<line number="125" hits="1" branch="False" />
|
|
<line number="126" hits="1" branch="False" />
|
|
<line number="127" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TargetFixAsync" signature="(StellaOps.Findings.Ledger.Workflow.TargetFixWorkflowRequest,System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="247" type="jump" coverage="0%" />
|
|
<condition number="268" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="309" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="358" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="VerifyFixAsync" signature="(StellaOps.Findings.Ledger.Workflow.VerifyFixWorkflowRequest,System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="184" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ReopenAsync" signature="(StellaOps.Findings.Ledger.Workflow.ReopenWorkflowRequest,System.Threading.CancellationToken)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildCanonicalEnvelope" signature="(StellaOps.Findings.Ledger.Workflow.WorkflowMutationRequest,System.Guid,System.String,StellaOps.Findings.Ledger.Services.FindingWorkflowService/ChainContext,System.DateTimeOffset,System.DateTimeOffset,System.Text.Json.Nodes.JsonObject)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="279" hits="2" branch="False" />
|
|
<line number="280" hits="2" branch="False" />
|
|
<line number="281" hits="2" branch="False" />
|
|
<line number="282" hits="2" branch="False" />
|
|
<line number="283" hits="2" branch="False" />
|
|
<line number="284" hits="2" branch="False" />
|
|
<line number="285" hits="2" branch="False" />
|
|
<line number="286" hits="2" branch="False" />
|
|
<line number="287" hits="2" branch="False" />
|
|
<line number="288" hits="2" branch="False" />
|
|
<line number="289" hits="2" branch="False" />
|
|
<line number="290" hits="2" branch="False" />
|
|
<line number="291" hits="2" branch="False" />
|
|
<line number="292" hits="2" branch="False" />
|
|
<line number="293" hits="2" branch="False" />
|
|
<line number="294" hits="2" branch="False" />
|
|
<line number="295" hits="2" branch="False" />
|
|
<line number="296" hits="2" branch="False" />
|
|
<line number="297" hits="2" branch="False" />
|
|
<line number="298" hits="2" branch="False" />
|
|
<line number="300" hits="2" branch="False" />
|
|
<line number="301" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateBasePayload" signature="(StellaOps.Findings.Ledger.Workflow.WorkflowMutationRequest)" line-rate="0.625" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="304" hits="2" branch="False" />
|
|
<line number="305" hits="2" branch="False" />
|
|
<line number="306" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="311" hits="2" branch="False" />
|
|
<line number="312" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildActorNode" signature="(StellaOps.Findings.Ledger.Workflow.WorkflowActor)" line-rate="1" branch-rate="1" complexity="2">
|
|
<lines>
|
|
<line number="315" hits="2" branch="False" />
|
|
<line number="316" hits="2" branch="False" />
|
|
<line number="317" hits="2" branch="False" />
|
|
<line number="318" hits="2" branch="False" />
|
|
<line number="319" hits="2" branch="False" />
|
|
<line number="320" hits="2" branch="False" />
|
|
<line number="322" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="323" hits="1" branch="False" />
|
|
<line number="324" hits="1" branch="False" />
|
|
<line number="325" hits="1" branch="False" />
|
|
<line number="327" hits="2" branch="False" />
|
|
<line number="328" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildAssigneeNode" signature="(StellaOps.Findings.Ledger.Workflow.WorkflowAssignee)" line-rate="1" branch-rate="0.75" complexity="4">
|
|
<lines>
|
|
<line number="331" hits="1" branch="False" />
|
|
<line number="332" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="333" hits="1" branch="False" />
|
|
<line number="334" hits="1" branch="False" />
|
|
<line number="335" hits="1" branch="False" />
|
|
<line number="336" hits="1" branch="False" />
|
|
<line number="338" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="339" hits="1" branch="False" />
|
|
<line number="340" hits="1" branch="False" />
|
|
<line number="341" hits="1" branch="False" />
|
|
<line number="343" hits="1" branch="False" />
|
|
<line number="344" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddComment" signature="(System.Text.Json.Nodes.JsonObject,System.String)" line-rate="1" branch-rate="1" complexity="2">
|
|
<lines>
|
|
<line number="347" hits="1" branch="False" />
|
|
<line number="348" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="349" hits="1" branch="False" />
|
|
<line number="350" hits="1" branch="False" />
|
|
<line number="351" hits="1" branch="False" />
|
|
<line number="352" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplyStatus" signature="(System.Text.Json.Nodes.JsonObject,System.String)" line-rate="0.5" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="355" hits="1" branch="False" />
|
|
<line number="356" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplyAttachments" signature="(System.Text.Json.Nodes.JsonObject,System.Collections.Generic.IReadOnlyList`1<StellaOps.Findings.Ledger.Workflow.WorkflowAttachmentMetadata>)" line-rate="0.8" branch-rate="0.75" complexity="4">
|
|
<lines>
|
|
<line number="363" hits="2" branch="False" />
|
|
<line number="364" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="369" hits="2" branch="False" />
|
|
<line number="370" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="371" hits="1" branch="False" />
|
|
<line number="372" hits="1" branch="False" />
|
|
<line number="373" hits="1" branch="False" />
|
|
<line number="374" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildAttachments" signature="(System.Collections.Generic.IReadOnlyList`1<StellaOps.Findings.Ledger.Workflow.WorkflowAttachmentMetadata>)" line-rate="0.8695" branch-rate="0.75" complexity="8">
|
|
<lines>
|
|
<line number="377" hits="2" branch="False" />
|
|
<line number="378" hits="2" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="50%" />
|
|
<condition number="18" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="379" hits="1" branch="False" />
|
|
<line number="380" hits="1" branch="False" />
|
|
<line number="383" hits="1" branch="False" />
|
|
<line number="384" hits="1" branch="False" />
|
|
<line number="385" hits="1" branch="False" />
|
|
<line number="386" hits="1" branch="False" />
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="1" branch="False" />
|
|
<line number="390" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="395" hits="1" branch="False" />
|
|
<line number="396" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="290" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="397" hits="1" branch="False" />
|
|
<line number="398" hits="1" branch="False" />
|
|
<line number="399" hits="1" branch="False" />
|
|
<line number="400" hits="1" branch="False" />
|
|
<line number="401" hits="1" branch="False" />
|
|
<line number="402" hits="1" branch="False" />
|
|
<line number="404" hits="1" branch="False" />
|
|
<line number="405" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildAttachmentNode" signature="(StellaOps.Findings.Ledger.Services.NormalizedAttachment,StellaOps.Findings.Ledger.Services.AttachmentEncryptionResult,StellaOps.Findings.Ledger.Services.AttachmentSignedUrl)" line-rate="1" branch-rate="0.8332999999999999" complexity="6">
|
|
<lines>
|
|
<line number="411" hits="1" branch="False" />
|
|
<line number="412" hits="1" branch="False" />
|
|
<line number="413" hits="1" branch="False" />
|
|
<line number="414" hits="1" branch="False" />
|
|
<line number="415" hits="1" branch="False" />
|
|
<line number="416" hits="1" branch="False" />
|
|
<line number="417" hits="1" branch="False" />
|
|
<line number="418" hits="1" branch="False" />
|
|
<line number="419" hits="1" branch="False" />
|
|
<line number="420" hits="1" branch="False" />
|
|
<line number="421" hits="1" branch="False" />
|
|
<line number="422" hits="1" branch="False" />
|
|
<line number="423" hits="1" branch="False" />
|
|
<line number="424" hits="1" branch="False" />
|
|
<line number="425" hits="1" branch="False" />
|
|
<line number="426" hits="1" branch="False" />
|
|
<line number="427" hits="1" branch="False" />
|
|
<line number="428" hits="1" branch="False" />
|
|
<line number="429" hits="1" branch="False" />
|
|
<line number="431" hits="1" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="341" type="jump" coverage="50%" />
|
|
<condition number="357" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="432" hits="1" branch="False" />
|
|
<line number="433" hits="1" branch="False" />
|
|
<line number="434" hits="6" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="481" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="435" hits="1" branch="False" />
|
|
<line number="436" hits="1" branch="False" />
|
|
<line number="437" hits="1" branch="False" />
|
|
<line number="439" hits="1" branch="False" />
|
|
<line number="440" hits="1" branch="False" />
|
|
<line number="442" hits="1" branch="False" />
|
|
<line number="443" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="NormalizeAttachment" signature="(StellaOps.Findings.Ledger.Workflow.WorkflowAttachmentMetadata)" line-rate="1" branch-rate="0.5" complexity="4">
|
|
<lines>
|
|
<line number="446" hits="1" branch="False" />
|
|
<line number="447" hits="1" branch="False" />
|
|
<line number="449" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="1" branch="False" />
|
|
<line number="451" hits="1" branch="False" />
|
|
<line number="452" hits="1" branch="False" />
|
|
<line number="453" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="454" hits="1" branch="False" />
|
|
<line number="455" hits="1" branch="False" />
|
|
<line number="456" hits="1" branch="False" />
|
|
<line number="457" hits="1" branch="False" />
|
|
<line number="458" hits="1" branch="False" />
|
|
<line number="460" hits="1" branch="False" />
|
|
<line number="461" hits="1" branch="False" />
|
|
<line number="462" hits="1" branch="False" />
|
|
<line number="463" hits="1" branch="False" />
|
|
<line number="464" hits="1" branch="False" />
|
|
<line number="465" hits="1" branch="False" />
|
|
<line number="466" hits="1" branch="False" />
|
|
<line number="467" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplyAttachmentsValidation" signature="(System.Collections.Generic.IReadOnlyList`1<StellaOps.Findings.Ledger.Workflow.WorkflowAttachmentMetadata>,System.Collections.Generic.ICollection`1<System.String>)" line-rate="1" branch-rate="0.8332999999999999" complexity="6">
|
|
<lines>
|
|
<line number="470" hits="3" branch="False" />
|
|
<line number="471" hits="3" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="50%" />
|
|
<condition number="18" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="472" hits="2" branch="False" />
|
|
<line number="473" hits="2" branch="False" />
|
|
<line number="476" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="477" hits="1" branch="False" />
|
|
<line number="478" hits="1" branch="False" />
|
|
<line number="479" hits="1" branch="False" />
|
|
<line number="480" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ValidateBase" signature="(StellaOps.Findings.Ledger.Workflow.WorkflowMutationRequest)" line-rate="0.3513" branch-rate="0.5" complexity="18">
|
|
<lines>
|
|
<line number="483" hits="3" branch="False" />
|
|
<line number="484" hits="3" branch="False" />
|
|
<line number="485" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="491" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="496" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="501" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="506" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="141" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="False" />
|
|
<line number="511" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="516" hits="3" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="50%" />
|
|
<condition number="219" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="517" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="519" hits="0" branch="False" />
|
|
<line number="520" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="265" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="False" />
|
|
<line number="523" hits="0" branch="False" />
|
|
<line number="525" hits="3" branch="False" />
|
|
<line number="527" hits="3" branch="False" />
|
|
<line number="528" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ValidateAttachment" signature="(StellaOps.Findings.Ledger.Workflow.WorkflowAttachmentMetadata,System.Collections.Generic.ICollection`1<System.String>)" line-rate="0.30760000000000004" branch-rate="0.5" complexity="14">
|
|
<lines>
|
|
<line number="531" hits="1" branch="False" />
|
|
<line number="532" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="533" hits="0" branch="False" />
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="538" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="540" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="False" />
|
|
<line number="543" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="546" hits="0" branch="False" />
|
|
<line number="548" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="98" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="550" hits="0" branch="False" />
|
|
<line number="551" hits="0" branch="False" />
|
|
<line number="553" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="131" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="False" />
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="558" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="50%" />
|
|
<condition number="185" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="559" hits="0" branch="False" />
|
|
<line number="560" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="562" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FormatTimestamp" signature="(System.DateTimeOffset)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="565" hits="7" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Infrastructure.ILedgerEventRepository,StellaOps.Findings.Ledger.Services.ILedgerEventWriteService,StellaOps.Findings.Ledger.Services.IAttachmentEncryptionService,StellaOps.Findings.Ledger.Services.IAttachmentUrlSigner,Microsoft.Extensions.Options.IOptions`1<StellaOps.Findings.Ledger.Options.LedgerServiceOptions>,System.TimeProvider,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Services.FindingWorkflowService>)" line-rate="1" branch-rate="0.5" complexity="18">
|
|
<lines>
|
|
<line number="36" hits="3" branch="False" />
|
|
<line number="37" hits="3" branch="False" />
|
|
<line number="38" hits="3" branch="False" />
|
|
<line number="39" hits="3" branch="False" />
|
|
<line number="40" hits="3" branch="False" />
|
|
<line number="41" hits="3" branch="False" />
|
|
<line number="42" hits="3" branch="False" />
|
|
<line number="43" hits="3" branch="False" />
|
|
<line number="44" hits="3" branch="False" />
|
|
<line number="45" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="3" branch="True" condition-coverage="50% (3/6)">
|
|
<conditions>
|
|
<condition number="100" type="jump" coverage="50%" />
|
|
<condition number="113" type="jump" coverage="50%" />
|
|
<condition number="125" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="148" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="165" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="55" hits="1" branch="False" />
|
|
<line number="56" hits="1" branch="False" />
|
|
<line number="57" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="50%" />
|
|
<condition number="37" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="64" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="67" hits="1" branch="False" />
|
|
<line number="68" hits="1" branch="False" />
|
|
<line number="69" hits="1" branch="False" />
|
|
<line number="70" hits="1" branch="False" />
|
|
<line number="71" hits="1" branch="False" />
|
|
<line number="72" hits="1" branch="False" />
|
|
<line number="74" hits="1" branch="False" />
|
|
<line number="75" hits="1" branch="False" />
|
|
<line number="78" hits="1" branch="False" />
|
|
<line number="79" hits="1" branch="False" />
|
|
<line number="80" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="81" hits="1" branch="False" />
|
|
<line number="82" hits="1" branch="False" />
|
|
<line number="83" hits="1" branch="False" />
|
|
<line number="85" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="1" branch="False" />
|
|
<line number="87" hits="1" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="1" branch="False" />
|
|
<line number="98" hits="1" branch="False" />
|
|
<line number="99" hits="1" branch="False" />
|
|
<line number="100" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="105" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="110" hits="1" branch="False" />
|
|
<line number="111" hits="1" branch="False" />
|
|
<line number="112" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="1" branch="False" />
|
|
<line number="115" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="116" hits="1" branch="False" />
|
|
<line number="117" hits="1" branch="False" />
|
|
<line number="118" hits="1" branch="False" />
|
|
<line number="120" hits="1" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="50%" />
|
|
<condition number="259" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="1" branch="False" />
|
|
<line number="122" hits="1" branch="False" />
|
|
<line number="123" hits="1" branch="False" />
|
|
<line number="125" hits="1" branch="False" />
|
|
<line number="126" hits="1" branch="False" />
|
|
<line number="127" hits="1" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="247" type="jump" coverage="0%" />
|
|
<condition number="268" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="309" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="358" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="184" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="279" hits="2" branch="False" />
|
|
<line number="280" hits="2" branch="False" />
|
|
<line number="281" hits="2" branch="False" />
|
|
<line number="282" hits="2" branch="False" />
|
|
<line number="283" hits="2" branch="False" />
|
|
<line number="284" hits="2" branch="False" />
|
|
<line number="285" hits="2" branch="False" />
|
|
<line number="286" hits="2" branch="False" />
|
|
<line number="287" hits="2" branch="False" />
|
|
<line number="288" hits="2" branch="False" />
|
|
<line number="289" hits="2" branch="False" />
|
|
<line number="290" hits="2" branch="False" />
|
|
<line number="291" hits="2" branch="False" />
|
|
<line number="292" hits="2" branch="False" />
|
|
<line number="293" hits="2" branch="False" />
|
|
<line number="294" hits="2" branch="False" />
|
|
<line number="295" hits="2" branch="False" />
|
|
<line number="296" hits="2" branch="False" />
|
|
<line number="297" hits="2" branch="False" />
|
|
<line number="298" hits="2" branch="False" />
|
|
<line number="300" hits="2" branch="False" />
|
|
<line number="301" hits="2" branch="False" />
|
|
<line number="304" hits="2" branch="False" />
|
|
<line number="305" hits="2" branch="False" />
|
|
<line number="306" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="307" hits="0" branch="False" />
|
|
<line number="308" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="311" hits="2" branch="False" />
|
|
<line number="312" hits="2" branch="False" />
|
|
<line number="315" hits="2" branch="False" />
|
|
<line number="316" hits="2" branch="False" />
|
|
<line number="317" hits="2" branch="False" />
|
|
<line number="318" hits="2" branch="False" />
|
|
<line number="319" hits="2" branch="False" />
|
|
<line number="320" hits="2" branch="False" />
|
|
<line number="322" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="88" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="323" hits="1" branch="False" />
|
|
<line number="324" hits="1" branch="False" />
|
|
<line number="325" hits="1" branch="False" />
|
|
<line number="327" hits="2" branch="False" />
|
|
<line number="328" hits="2" branch="False" />
|
|
<line number="331" hits="1" branch="False" />
|
|
<line number="332" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="333" hits="1" branch="False" />
|
|
<line number="334" hits="1" branch="False" />
|
|
<line number="335" hits="1" branch="False" />
|
|
<line number="336" hits="1" branch="False" />
|
|
<line number="338" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="339" hits="1" branch="False" />
|
|
<line number="340" hits="1" branch="False" />
|
|
<line number="341" hits="1" branch="False" />
|
|
<line number="343" hits="1" branch="False" />
|
|
<line number="344" hits="1" branch="False" />
|
|
<line number="347" hits="1" branch="False" />
|
|
<line number="348" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="349" hits="1" branch="False" />
|
|
<line number="350" hits="1" branch="False" />
|
|
<line number="351" hits="1" branch="False" />
|
|
<line number="352" hits="1" branch="False" />
|
|
<line number="355" hits="1" branch="False" />
|
|
<line number="356" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="357" hits="0" branch="False" />
|
|
<line number="358" hits="0" branch="False" />
|
|
<line number="359" hits="0" branch="False" />
|
|
<line number="360" hits="1" branch="False" />
|
|
<line number="363" hits="2" branch="False" />
|
|
<line number="364" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="365" hits="0" branch="False" />
|
|
<line number="366" hits="0" branch="False" />
|
|
<line number="369" hits="2" branch="False" />
|
|
<line number="370" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="371" hits="1" branch="False" />
|
|
<line number="372" hits="1" branch="False" />
|
|
<line number="373" hits="1" branch="False" />
|
|
<line number="374" hits="2" branch="False" />
|
|
<line number="377" hits="2" branch="False" />
|
|
<line number="378" hits="2" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="50%" />
|
|
<condition number="18" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="379" hits="1" branch="False" />
|
|
<line number="380" hits="1" branch="False" />
|
|
<line number="383" hits="1" branch="False" />
|
|
<line number="384" hits="1" branch="False" />
|
|
<line number="385" hits="1" branch="False" />
|
|
<line number="386" hits="1" branch="False" />
|
|
<line number="387" hits="0" branch="False" />
|
|
<line number="388" hits="1" branch="False" />
|
|
<line number="390" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="166" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="391" hits="0" branch="False" />
|
|
<line number="392" hits="0" branch="False" />
|
|
<line number="395" hits="1" branch="False" />
|
|
<line number="396" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="290" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="397" hits="1" branch="False" />
|
|
<line number="398" hits="1" branch="False" />
|
|
<line number="399" hits="1" branch="False" />
|
|
<line number="400" hits="1" branch="False" />
|
|
<line number="401" hits="1" branch="False" />
|
|
<line number="402" hits="1" branch="False" />
|
|
<line number="404" hits="1" branch="False" />
|
|
<line number="405" hits="2" branch="False" />
|
|
<line number="411" hits="1" branch="False" />
|
|
<line number="412" hits="1" branch="False" />
|
|
<line number="413" hits="1" branch="False" />
|
|
<line number="414" hits="1" branch="False" />
|
|
<line number="415" hits="1" branch="False" />
|
|
<line number="416" hits="1" branch="False" />
|
|
<line number="417" hits="1" branch="False" />
|
|
<line number="418" hits="1" branch="False" />
|
|
<line number="419" hits="1" branch="False" />
|
|
<line number="420" hits="1" branch="False" />
|
|
<line number="421" hits="1" branch="False" />
|
|
<line number="422" hits="1" branch="False" />
|
|
<line number="423" hits="1" branch="False" />
|
|
<line number="424" hits="1" branch="False" />
|
|
<line number="425" hits="1" branch="False" />
|
|
<line number="426" hits="1" branch="False" />
|
|
<line number="427" hits="1" branch="False" />
|
|
<line number="428" hits="1" branch="False" />
|
|
<line number="429" hits="1" branch="False" />
|
|
<line number="431" hits="1" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="341" type="jump" coverage="50%" />
|
|
<condition number="357" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="432" hits="1" branch="False" />
|
|
<line number="433" hits="1" branch="False" />
|
|
<line number="434" hits="6" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="481" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="435" hits="1" branch="False" />
|
|
<line number="436" hits="1" branch="False" />
|
|
<line number="437" hits="1" branch="False" />
|
|
<line number="439" hits="1" branch="False" />
|
|
<line number="440" hits="1" branch="False" />
|
|
<line number="442" hits="1" branch="False" />
|
|
<line number="443" hits="1" branch="False" />
|
|
<line number="446" hits="1" branch="False" />
|
|
<line number="447" hits="1" branch="False" />
|
|
<line number="449" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="450" hits="1" branch="False" />
|
|
<line number="451" hits="1" branch="False" />
|
|
<line number="452" hits="1" branch="False" />
|
|
<line number="453" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="454" hits="1" branch="False" />
|
|
<line number="455" hits="1" branch="False" />
|
|
<line number="456" hits="1" branch="False" />
|
|
<line number="457" hits="1" branch="False" />
|
|
<line number="458" hits="1" branch="False" />
|
|
<line number="460" hits="1" branch="False" />
|
|
<line number="461" hits="1" branch="False" />
|
|
<line number="462" hits="1" branch="False" />
|
|
<line number="463" hits="1" branch="False" />
|
|
<line number="464" hits="1" branch="False" />
|
|
<line number="465" hits="1" branch="False" />
|
|
<line number="466" hits="1" branch="False" />
|
|
<line number="467" hits="1" branch="False" />
|
|
<line number="470" hits="3" branch="False" />
|
|
<line number="471" hits="3" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="50%" />
|
|
<condition number="18" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="472" hits="2" branch="False" />
|
|
<line number="473" hits="2" branch="False" />
|
|
<line number="476" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="477" hits="1" branch="False" />
|
|
<line number="478" hits="1" branch="False" />
|
|
<line number="479" hits="1" branch="False" />
|
|
<line number="480" hits="3" branch="False" />
|
|
<line number="483" hits="3" branch="False" />
|
|
<line number="484" hits="3" branch="False" />
|
|
<line number="485" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="486" hits="0" branch="False" />
|
|
<line number="487" hits="0" branch="False" />
|
|
<line number="488" hits="0" branch="False" />
|
|
<line number="491" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="492" hits="0" branch="False" />
|
|
<line number="493" hits="0" branch="False" />
|
|
<line number="494" hits="0" branch="False" />
|
|
<line number="496" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="497" hits="0" branch="False" />
|
|
<line number="498" hits="0" branch="False" />
|
|
<line number="499" hits="0" branch="False" />
|
|
<line number="501" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="110" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="502" hits="0" branch="False" />
|
|
<line number="503" hits="0" branch="False" />
|
|
<line number="504" hits="0" branch="False" />
|
|
<line number="506" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="141" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="507" hits="0" branch="False" />
|
|
<line number="508" hits="0" branch="False" />
|
|
<line number="509" hits="0" branch="False" />
|
|
<line number="511" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="172" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="512" hits="0" branch="False" />
|
|
<line number="513" hits="0" branch="False" />
|
|
<line number="514" hits="0" branch="False" />
|
|
<line number="516" hits="3" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="194" type="jump" coverage="50%" />
|
|
<condition number="219" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="517" hits="0" branch="False" />
|
|
<line number="518" hits="0" branch="False" />
|
|
<line number="519" hits="0" branch="False" />
|
|
<line number="520" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="265" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="521" hits="0" branch="False" />
|
|
<line number="522" hits="0" branch="False" />
|
|
<line number="523" hits="0" branch="False" />
|
|
<line number="525" hits="3" branch="False" />
|
|
<line number="527" hits="3" branch="False" />
|
|
<line number="528" hits="3" branch="False" />
|
|
<line number="531" hits="1" branch="False" />
|
|
<line number="532" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="533" hits="0" branch="False" />
|
|
<line number="534" hits="0" branch="False" />
|
|
<line number="535" hits="0" branch="False" />
|
|
<line number="538" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="539" hits="0" branch="False" />
|
|
<line number="540" hits="0" branch="False" />
|
|
<line number="541" hits="0" branch="False" />
|
|
<line number="543" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="544" hits="0" branch="False" />
|
|
<line number="545" hits="0" branch="False" />
|
|
<line number="546" hits="0" branch="False" />
|
|
<line number="548" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="98" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="549" hits="0" branch="False" />
|
|
<line number="550" hits="0" branch="False" />
|
|
<line number="551" hits="0" branch="False" />
|
|
<line number="553" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="131" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="554" hits="0" branch="False" />
|
|
<line number="555" hits="0" branch="False" />
|
|
<line number="556" hits="0" branch="False" />
|
|
<line number="558" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="158" type="jump" coverage="50%" />
|
|
<condition number="185" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="559" hits="0" branch="False" />
|
|
<line number="560" hits="0" branch="False" />
|
|
<line number="561" hits="0" branch="False" />
|
|
<line number="562" hits="1" branch="False" />
|
|
<line number="565" hits="7" branch="False" />
|
|
<line number="36" hits="3" branch="False" />
|
|
<line number="37" hits="3" branch="False" />
|
|
<line number="38" hits="3" branch="False" />
|
|
<line number="39" hits="3" branch="False" />
|
|
<line number="40" hits="3" branch="False" />
|
|
<line number="41" hits="3" branch="False" />
|
|
<line number="42" hits="3" branch="False" />
|
|
<line number="43" hits="3" branch="False" />
|
|
<line number="44" hits="3" branch="False" />
|
|
<line number="45" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="46" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="48" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="49" hits="3" branch="True" condition-coverage="50% (3/6)">
|
|
<conditions>
|
|
<condition number="100" type="jump" coverage="50%" />
|
|
<condition number="113" type="jump" coverage="50%" />
|
|
<condition number="125" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="148" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="165" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="52" hits="3" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.FindingWorkflowService/ChainContext" filename="Findings/StellaOps.Findings.Ledger/Services/FindingWorkflowService.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_ChainId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="567" hits="10" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="567" hits="10" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.FindingWorkflowService/<AppendAsync>d__14" filename="Findings/StellaOps.Findings.Ledger/Services/FindingWorkflowService.cs" line-rate="0.7940999999999999" branch-rate="0.5" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0.7940999999999999" branch-rate="0.5" complexity="6">
|
|
<lines>
|
|
<line number="223" hits="2" branch="False" />
|
|
<line number="224" hits="2" branch="False" />
|
|
<line number="225" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="226" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="227" hits="2" branch="False" />
|
|
<line number="229" hits="2" branch="False" />
|
|
<line number="231" hits="2" branch="False" />
|
|
<line number="232" hits="2" branch="False" />
|
|
<line number="233" hits="2" branch="False" />
|
|
<line number="234" hits="2" branch="False" />
|
|
<line number="235" hits="2" branch="False" />
|
|
<line number="236" hits="2" branch="False" />
|
|
<line number="237" hits="2" branch="False" />
|
|
<line number="238" hits="2" branch="False" />
|
|
<line number="239" hits="2" branch="False" />
|
|
<line number="240" hits="2" branch="False" />
|
|
<line number="241" hits="2" branch="False" />
|
|
<line number="242" hits="2" branch="False" />
|
|
<line number="243" hits="2" branch="False" />
|
|
<line number="244" hits="2" branch="False" />
|
|
<line number="245" hits="2" branch="False" />
|
|
<line number="246" hits="2" branch="False" />
|
|
<line number="247" hits="2" branch="False" />
|
|
<line number="249" hits="2" branch="False" />
|
|
<line number="250" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="736" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="259" hits="2" branch="False" />
|
|
<line number="260" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="223" hits="2" branch="False" />
|
|
<line number="224" hits="2" branch="False" />
|
|
<line number="225" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="226" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="227" hits="2" branch="False" />
|
|
<line number="229" hits="2" branch="False" />
|
|
<line number="231" hits="2" branch="False" />
|
|
<line number="232" hits="2" branch="False" />
|
|
<line number="233" hits="2" branch="False" />
|
|
<line number="234" hits="2" branch="False" />
|
|
<line number="235" hits="2" branch="False" />
|
|
<line number="236" hits="2" branch="False" />
|
|
<line number="237" hits="2" branch="False" />
|
|
<line number="238" hits="2" branch="False" />
|
|
<line number="239" hits="2" branch="False" />
|
|
<line number="240" hits="2" branch="False" />
|
|
<line number="241" hits="2" branch="False" />
|
|
<line number="242" hits="2" branch="False" />
|
|
<line number="243" hits="2" branch="False" />
|
|
<line number="244" hits="2" branch="False" />
|
|
<line number="245" hits="2" branch="False" />
|
|
<line number="246" hits="2" branch="False" />
|
|
<line number="247" hits="2" branch="False" />
|
|
<line number="249" hits="2" branch="False" />
|
|
<line number="250" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="736" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
<line number="252" hits="0" branch="False" />
|
|
<line number="253" hits="0" branch="False" />
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="256" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="259" hits="2" branch="False" />
|
|
<line number="260" hits="2" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.FindingWorkflowService/<ResolveChainContextAsync>d__15" filename="Findings/StellaOps.Findings.Ledger/Services/FindingWorkflowService.cs" line-rate="1" branch-rate="0.625" complexity="8">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="1" branch-rate="0.625" complexity="8">
|
|
<lines>
|
|
<line number="263" hits="2" branch="False" />
|
|
<line number="264" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="265" hits="2" branch="False" />
|
|
<line number="266" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="252" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="2" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="285" type="jump" coverage="50%" />
|
|
<condition number="297" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="268" hits="2" branch="False" />
|
|
<line number="269" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="263" hits="2" branch="False" />
|
|
<line number="264" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="38" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="265" hits="2" branch="False" />
|
|
<line number="266" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="252" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="267" hits="2" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="285" type="jump" coverage="50%" />
|
|
<condition number="297" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="268" hits="2" branch="False" />
|
|
<line number="269" hits="2" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.LedgerEventWriteService" filename="Findings/StellaOps.Findings.Ledger/Services/LedgerEventWriteService.cs" line-rate="0.3289" branch-rate="0.3947" complexity="38">
|
|
<methods>
|
|
<method name="IsDuplicateKeyException" signature="(System.Exception)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ValidateDraft" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventDraft)" line-rate="0.30760000000000004" branch-rate="0.5" complexity="24">
|
|
<lines>
|
|
<line number="145" hits="6" branch="False" />
|
|
<line number="146" hits="6" branch="False" />
|
|
<line number="147" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="153" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="158" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="114" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="168" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="173" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="189" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="239" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="183" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="281" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="312" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="343" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="198" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="372" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="203" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="401" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="208" hits="6" branch="False" />
|
|
<line number="209" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Infrastructure.ILedgerEventRepository,StellaOps.Findings.Ledger.Infrastructure.IMerkleAnchorScheduler,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Services.LedgerEventWriteService>)" line-rate="1" branch-rate="0.5" complexity="6">
|
|
<lines>
|
|
<line number="20" hits="7" branch="False" />
|
|
<line number="21" hits="7" branch="False" />
|
|
<line number="22" hits="7" branch="False" />
|
|
<line number="23" hits="7" branch="False" />
|
|
<line number="24" hits="7" branch="False" />
|
|
<line number="25" hits="7" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="7" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="7" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="7" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="56" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="145" hits="6" branch="False" />
|
|
<line number="146" hits="6" branch="False" />
|
|
<line number="147" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="153" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="158" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="114" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="168" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="173" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="189" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="178" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="239" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="183" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="281" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="312" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="193" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="343" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="198" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="372" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="203" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="401" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="208" hits="6" branch="False" />
|
|
<line number="209" hits="6" branch="False" />
|
|
<line number="20" hits="7" branch="False" />
|
|
<line number="21" hits="7" branch="False" />
|
|
<line number="22" hits="7" branch="False" />
|
|
<line number="23" hits="7" branch="False" />
|
|
<line number="24" hits="7" branch="False" />
|
|
<line number="25" hits="7" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="7" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="7" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="7" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.LedgerEventWriteService/<AppendAsync>d__4" filename="Findings/StellaOps.Findings.Ledger/Services/LedgerEventWriteService.cs" line-rate="0.6865000000000001" branch-rate="0.6363" complexity="22">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0.6865000000000001" branch-rate="0.6363" complexity="22">
|
|
<lines>
|
|
<line number="31" hits="6" branch="False" />
|
|
<line number="32" hits="6" branch="False" />
|
|
<line number="33" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="38" hits="6" branch="False" />
|
|
<line number="39" hits="6" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="296" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="1" branch="False" />
|
|
<line number="41" hits="1" branch="False" />
|
|
<line number="42" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="354" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="49" hits="1" branch="False" />
|
|
<line number="52" hits="5" branch="False" />
|
|
<line number="54" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="640" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="691" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="1" branch="False" />
|
|
<line number="57" hits="1" branch="False" />
|
|
<line number="58" hits="1" branch="False" />
|
|
<line number="59" hits="1" branch="False" />
|
|
<line number="62" hits="4" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="816" type="jump" coverage="50%" />
|
|
<condition number="828" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="4" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="852" type="jump" coverage="100%" />
|
|
<condition number="887" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="4" branch="False" />
|
|
<line number="71" hits="4" branch="False" />
|
|
<line number="73" hits="4" branch="False" />
|
|
<line number="74" hits="4" branch="False" />
|
|
<line number="75" hits="4" branch="False" />
|
|
<line number="76" hits="4" branch="False" />
|
|
<line number="77" hits="4" branch="False" />
|
|
<line number="78" hits="4" branch="False" />
|
|
<line number="79" hits="4" branch="False" />
|
|
<line number="80" hits="4" branch="False" />
|
|
<line number="81" hits="4" branch="False" />
|
|
<line number="82" hits="4" branch="False" />
|
|
<line number="83" hits="4" branch="False" />
|
|
<line number="84" hits="4" branch="False" />
|
|
<line number="85" hits="4" branch="False" />
|
|
<line number="86" hits="4" branch="False" />
|
|
<line number="87" hits="4" branch="False" />
|
|
<line number="88" hits="4" branch="False" />
|
|
<line number="89" hits="4" branch="False" />
|
|
<line number="90" hits="4" branch="False" />
|
|
<line number="91" hits="4" branch="False" />
|
|
<line number="92" hits="4" branch="False" />
|
|
<line number="95" hits="4" branch="False" />
|
|
<line number="96" hits="4" branch="False" />
|
|
<line number="97" hits="4" branch="False" />
|
|
<line number="98" hits="4" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1896" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1964" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="4" branch="False" />
|
|
<line number="117" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="31" hits="6" branch="False" />
|
|
<line number="32" hits="6" branch="False" />
|
|
<line number="33" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="38" hits="6" branch="False" />
|
|
<line number="39" hits="6" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="296" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="1" branch="False" />
|
|
<line number="41" hits="1" branch="False" />
|
|
<line number="42" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="354" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="49" hits="1" branch="False" />
|
|
<line number="52" hits="5" branch="False" />
|
|
<line number="54" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="640" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="691" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="1" branch="False" />
|
|
<line number="57" hits="1" branch="False" />
|
|
<line number="58" hits="1" branch="False" />
|
|
<line number="59" hits="1" branch="False" />
|
|
<line number="62" hits="4" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="816" type="jump" coverage="50%" />
|
|
<condition number="828" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="4" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="852" type="jump" coverage="100%" />
|
|
<condition number="887" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="70" hits="4" branch="False" />
|
|
<line number="71" hits="4" branch="False" />
|
|
<line number="73" hits="4" branch="False" />
|
|
<line number="74" hits="4" branch="False" />
|
|
<line number="75" hits="4" branch="False" />
|
|
<line number="76" hits="4" branch="False" />
|
|
<line number="77" hits="4" branch="False" />
|
|
<line number="78" hits="4" branch="False" />
|
|
<line number="79" hits="4" branch="False" />
|
|
<line number="80" hits="4" branch="False" />
|
|
<line number="81" hits="4" branch="False" />
|
|
<line number="82" hits="4" branch="False" />
|
|
<line number="83" hits="4" branch="False" />
|
|
<line number="84" hits="4" branch="False" />
|
|
<line number="85" hits="4" branch="False" />
|
|
<line number="86" hits="4" branch="False" />
|
|
<line number="87" hits="4" branch="False" />
|
|
<line number="88" hits="4" branch="False" />
|
|
<line number="89" hits="4" branch="False" />
|
|
<line number="90" hits="4" branch="False" />
|
|
<line number="91" hits="4" branch="False" />
|
|
<line number="92" hits="4" branch="False" />
|
|
<line number="95" hits="4" branch="False" />
|
|
<line number="96" hits="4" branch="False" />
|
|
<line number="97" hits="4" branch="False" />
|
|
<line number="98" hits="4" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1896" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1964" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="116" hits="4" branch="False" />
|
|
<line number="117" hits="6" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.LedgerProjectionReducer" filename="Findings/StellaOps.Findings.Ledger/Services/LedgerProjectionReducer.cs" line-rate="0.6514" branch-rate="0.4551" complexity="156">
|
|
<methods>
|
|
<method name="Reduce" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord,StellaOps.Findings.Ledger.Domain.FindingProjection,StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationResult)" line-rate="0.9318000000000001" branch-rate="0.5" complexity="20">
|
|
<lines>
|
|
<line number="15" hits="3" branch="False" />
|
|
<line number="16" hits="3" branch="False" />
|
|
<line number="17" hits="3" branch="False" />
|
|
<line number="19" hits="3" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="50%" />
|
|
<condition number="54" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="3" branch="False" />
|
|
<line number="21" hits="3" branch="False" />
|
|
<line number="23" hits="3" branch="True" condition-coverage="25% (1/4)">
|
|
<conditions>
|
|
<condition number="93" type="jump" coverage="50%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="3" branch="True" condition-coverage="25% (1/4)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="50%" />
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="3" branch="False" />
|
|
<line number="27" hits="3" branch="False" />
|
|
<line number="29" hits="3" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="100%" />
|
|
<condition number="204" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="3" branch="False" />
|
|
<line number="31" hits="3" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="100%" />
|
|
<condition number="261" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="3" branch="False" />
|
|
<line number="38" hits="3" branch="False" />
|
|
<line number="39" hits="3" branch="False" />
|
|
<line number="40" hits="3" branch="False" />
|
|
<line number="41" hits="3" branch="False" />
|
|
<line number="42" hits="3" branch="False" />
|
|
<line number="43" hits="3" branch="False" />
|
|
<line number="44" hits="3" branch="False" />
|
|
<line number="45" hits="3" branch="False" />
|
|
<line number="46" hits="3" branch="False" />
|
|
<line number="47" hits="3" branch="False" />
|
|
<line number="48" hits="3" branch="False" />
|
|
<line number="49" hits="3" branch="False" />
|
|
<line number="51" hits="3" branch="False" />
|
|
<line number="52" hits="3" branch="False" />
|
|
<line number="54" hits="3" branch="False" />
|
|
<line number="55" hits="3" branch="False" />
|
|
<line number="56" hits="3" branch="False" />
|
|
<line number="57" hits="3" branch="False" />
|
|
<line number="58" hits="3" branch="False" />
|
|
<line number="59" hits="3" branch="False" />
|
|
<line number="60" hits="3" branch="False" />
|
|
<line number="61" hits="3" branch="False" />
|
|
<line number="62" hits="3" branch="False" />
|
|
<line number="63" hits="3" branch="False" />
|
|
<line number="65" hits="3" branch="False" />
|
|
<line number="66" hits="3" branch="False" />
|
|
<line number="67" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DetermineStatus" signature="(System.String,System.Text.Json.Nodes.JsonObject,System.String)" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="135" type="jump" coverage="0%" />
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DetermineSeverity" signature="(System.Text.Json.Nodes.JsonObject,System.Nullable`1<System.Decimal>)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="MergeLabels" signature="(System.Text.Json.Nodes.JsonObject,System.Text.Json.Nodes.JsonObject)" line-rate="0.8214" branch-rate="0.7916" complexity="24">
|
|
<lines>
|
|
<line number="108" hits="3" branch="False" />
|
|
<line number="109" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="100%" />
|
|
<condition number="50" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="2" branch="False" />
|
|
<line number="116" hits="14" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="4" branch="False" />
|
|
<line number="118" hits="4" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="50%" />
|
|
<condition number="105" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="123" hits="4" branch="False" />
|
|
<line number="124" hits="4" branch="False" />
|
|
<line number="125" hits="4" branch="False" />
|
|
<line number="126" hits="4" branch="False" />
|
|
<line number="127" hits="2" branch="False" />
|
|
<line number="129" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="192" type="jump" coverage="100%" />
|
|
<condition number="212" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="1" branch="False" />
|
|
<line number="131" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="298" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="1" branch="False" />
|
|
<line number="133" hits="1" branch="True" condition-coverage="66.66% (4/6)">
|
|
<conditions>
|
|
<condition number="247" type="jump" coverage="50%" />
|
|
<condition number="258" type="jump" coverage="50%" />
|
|
<condition number="277" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="1" branch="False" />
|
|
<line number="135" hits="1" branch="False" />
|
|
<line number="136" hits="1" branch="False" />
|
|
<line number="137" hits="1" branch="False" />
|
|
<line number="138" hits="1" branch="False" />
|
|
<line number="139" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DetermineExplainRef" signature="(System.Text.Json.Nodes.JsonObject,System.String)" line-rate="1" branch-rate="1" complexity="4">
|
|
<lines>
|
|
<line number="142" hits="2" branch="False" />
|
|
<line number="143" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DetermineComment" signature="(System.Text.Json.Nodes.JsonObject)" line-rate="1" branch-rate="1" complexity="4">
|
|
<lines>
|
|
<line number="148" hits="3" branch="False" />
|
|
<line number="149" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="100%" />
|
|
<condition number="28" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="3" branch="False" />
|
|
<line number="151" hits="3" branch="False" />
|
|
<line number="152" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateActionEntry" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord,System.Text.Json.Nodes.JsonObject)" line-rate="0.7692" branch-rate="0.55" complexity="40">
|
|
<lines>
|
|
<line number="155" hits="3" branch="False" />
|
|
<line number="156" hits="3" branch="True" condition-coverage="53.12% (17/32)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="100%" />
|
|
<condition number="36" type="jump" coverage="50%" />
|
|
<condition number="50" type="jump" coverage="50%" />
|
|
<condition number="81" type="jump" coverage="50%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
<condition number="115" type="jump" coverage="50%" />
|
|
<condition number="64" type="jump" coverage="50%" />
|
|
<condition number="126" type="jump" coverage="50%" />
|
|
<condition number="101" type="jump" coverage="50%" />
|
|
<condition number="144" type="jump" coverage="100%" />
|
|
<condition number="162" type="jump" coverage="50%" />
|
|
<condition number="180" type="jump" coverage="50%" />
|
|
<condition number="195" type="jump" coverage="50%" />
|
|
<condition number="210" type="jump" coverage="50%" />
|
|
<condition number="225" type="jump" coverage="50%" />
|
|
<condition number="240" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="3" branch="False" />
|
|
<line number="158" hits="1" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="2" branch="False" />
|
|
<line number="166" hits="3" branch="False" />
|
|
<line number="168" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="318" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="2" branch="False" />
|
|
<line number="170" hits="2" branch="False" />
|
|
<line number="173" hits="1" branch="True" condition-coverage="50% (3/6)">
|
|
<conditions>
|
|
<condition number="327" type="jump" coverage="50%" />
|
|
<condition number="339" type="jump" coverage="50%" />
|
|
<condition number="351" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="1" branch="False" />
|
|
<line number="175" hits="1" branch="False" />
|
|
<line number="176" hits="1" branch="False" />
|
|
<line number="177" hits="1" branch="False" />
|
|
<line number="178" hits="1" branch="False" />
|
|
<line number="179" hits="1" branch="False" />
|
|
<line number="180" hits="1" branch="False" />
|
|
<line number="181" hits="1" branch="False" />
|
|
<line number="182" hits="1" branch="False" />
|
|
<line number="183" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CloneLabels" signature="(System.Text.Json.Nodes.JsonObject)" line-rate="1" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="186" hits="3" branch="False" />
|
|
<line number="187" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CloneArray" signature="(System.Text.Json.Nodes.JsonArray)" line-rate="1" branch-rate="0.75" complexity="4">
|
|
<lines>
|
|
<line number="191" hits="3" branch="False" />
|
|
<line number="192" hits="3" branch="False" />
|
|
<line number="194" hits="3" branch="False" />
|
|
<line number="195" hits="11" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="1" branch="False" />
|
|
<line number="197" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="1" branch="False" />
|
|
<line number="200" hits="3" branch="False" />
|
|
<line number="201" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ExtractString" signature="(System.Text.Json.Nodes.JsonObject,System.String)" line-rate="0.75" branch-rate="0.6666" complexity="12">
|
|
<lines>
|
|
<line number="204" hits="12" branch="False" />
|
|
<line number="205" hits="12" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="12" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="24" type="jump" coverage="100%" />
|
|
<condition number="37" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="211" hits="11" branch="False" />
|
|
<line number="212" hits="11" branch="False" />
|
|
<line number="215" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="50%" />
|
|
<condition number="70" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="216" hits="1" branch="False" />
|
|
<line number="217" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryConvertDecimal" signature="(System.Text.Json.Nodes.JsonNode,System.Decimal&)" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="3" branch="False" />
|
|
<line number="16" hits="3" branch="False" />
|
|
<line number="17" hits="3" branch="False" />
|
|
<line number="19" hits="3" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="50%" />
|
|
<condition number="54" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="3" branch="False" />
|
|
<line number="21" hits="3" branch="False" />
|
|
<line number="23" hits="3" branch="True" condition-coverage="25% (1/4)">
|
|
<conditions>
|
|
<condition number="93" type="jump" coverage="50%" />
|
|
<condition number="104" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="3" branch="True" condition-coverage="25% (1/4)">
|
|
<conditions>
|
|
<condition number="136" type="jump" coverage="50%" />
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="3" branch="False" />
|
|
<line number="27" hits="3" branch="False" />
|
|
<line number="29" hits="3" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="199" type="jump" coverage="100%" />
|
|
<condition number="204" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="3" branch="False" />
|
|
<line number="31" hits="3" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="242" type="jump" coverage="100%" />
|
|
<condition number="261" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="3" branch="False" />
|
|
<line number="38" hits="3" branch="False" />
|
|
<line number="39" hits="3" branch="False" />
|
|
<line number="40" hits="3" branch="False" />
|
|
<line number="41" hits="3" branch="False" />
|
|
<line number="42" hits="3" branch="False" />
|
|
<line number="43" hits="3" branch="False" />
|
|
<line number="44" hits="3" branch="False" />
|
|
<line number="45" hits="3" branch="False" />
|
|
<line number="46" hits="3" branch="False" />
|
|
<line number="47" hits="3" branch="False" />
|
|
<line number="48" hits="3" branch="False" />
|
|
<line number="49" hits="3" branch="False" />
|
|
<line number="51" hits="3" branch="False" />
|
|
<line number="52" hits="3" branch="False" />
|
|
<line number="54" hits="3" branch="False" />
|
|
<line number="55" hits="3" branch="False" />
|
|
<line number="56" hits="3" branch="False" />
|
|
<line number="57" hits="3" branch="False" />
|
|
<line number="58" hits="3" branch="False" />
|
|
<line number="59" hits="3" branch="False" />
|
|
<line number="60" hits="3" branch="False" />
|
|
<line number="61" hits="3" branch="False" />
|
|
<line number="62" hits="3" branch="False" />
|
|
<line number="63" hits="3" branch="False" />
|
|
<line number="65" hits="3" branch="False" />
|
|
<line number="66" hits="3" branch="False" />
|
|
<line number="67" hits="3" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/8)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
<condition number="72" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="109" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="135" type="jump" coverage="0%" />
|
|
<condition number="140" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="108" hits="3" branch="False" />
|
|
<line number="109" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="114" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="100%" />
|
|
<condition number="50" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="2" branch="False" />
|
|
<line number="116" hits="14" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="161" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="117" hits="4" branch="False" />
|
|
<line number="118" hits="4" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="50%" />
|
|
<condition number="105" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="123" hits="4" branch="False" />
|
|
<line number="124" hits="4" branch="False" />
|
|
<line number="125" hits="4" branch="False" />
|
|
<line number="126" hits="4" branch="False" />
|
|
<line number="127" hits="2" branch="False" />
|
|
<line number="129" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="192" type="jump" coverage="100%" />
|
|
<condition number="212" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="1" branch="False" />
|
|
<line number="131" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="298" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="1" branch="False" />
|
|
<line number="133" hits="1" branch="True" condition-coverage="66.66% (4/6)">
|
|
<conditions>
|
|
<condition number="247" type="jump" coverage="50%" />
|
|
<condition number="258" type="jump" coverage="50%" />
|
|
<condition number="277" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="1" branch="False" />
|
|
<line number="135" hits="1" branch="False" />
|
|
<line number="136" hits="1" branch="False" />
|
|
<line number="137" hits="1" branch="False" />
|
|
<line number="138" hits="1" branch="False" />
|
|
<line number="139" hits="3" branch="False" />
|
|
<line number="142" hits="2" branch="False" />
|
|
<line number="143" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="30" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="145" hits="2" branch="False" />
|
|
<line number="148" hits="3" branch="False" />
|
|
<line number="149" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="100%" />
|
|
<condition number="28" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="3" branch="False" />
|
|
<line number="151" hits="3" branch="False" />
|
|
<line number="152" hits="3" branch="False" />
|
|
<line number="155" hits="3" branch="False" />
|
|
<line number="156" hits="3" branch="True" condition-coverage="53.12% (17/32)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="100%" />
|
|
<condition number="36" type="jump" coverage="50%" />
|
|
<condition number="50" type="jump" coverage="50%" />
|
|
<condition number="81" type="jump" coverage="50%" />
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
<condition number="115" type="jump" coverage="50%" />
|
|
<condition number="64" type="jump" coverage="50%" />
|
|
<condition number="126" type="jump" coverage="50%" />
|
|
<condition number="101" type="jump" coverage="50%" />
|
|
<condition number="144" type="jump" coverage="100%" />
|
|
<condition number="162" type="jump" coverage="50%" />
|
|
<condition number="180" type="jump" coverage="50%" />
|
|
<condition number="195" type="jump" coverage="50%" />
|
|
<condition number="210" type="jump" coverage="50%" />
|
|
<condition number="225" type="jump" coverage="50%" />
|
|
<condition number="240" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="3" branch="False" />
|
|
<line number="158" hits="1" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="2" branch="False" />
|
|
<line number="166" hits="3" branch="False" />
|
|
<line number="168" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="318" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="2" branch="False" />
|
|
<line number="170" hits="2" branch="False" />
|
|
<line number="173" hits="1" branch="True" condition-coverage="50% (3/6)">
|
|
<conditions>
|
|
<condition number="327" type="jump" coverage="50%" />
|
|
<condition number="339" type="jump" coverage="50%" />
|
|
<condition number="351" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="1" branch="False" />
|
|
<line number="175" hits="1" branch="False" />
|
|
<line number="176" hits="1" branch="False" />
|
|
<line number="177" hits="1" branch="False" />
|
|
<line number="178" hits="1" branch="False" />
|
|
<line number="179" hits="1" branch="False" />
|
|
<line number="180" hits="1" branch="False" />
|
|
<line number="181" hits="1" branch="False" />
|
|
<line number="182" hits="1" branch="False" />
|
|
<line number="183" hits="3" branch="False" />
|
|
<line number="186" hits="3" branch="False" />
|
|
<line number="187" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="188" hits="3" branch="False" />
|
|
<line number="191" hits="3" branch="False" />
|
|
<line number="192" hits="3" branch="False" />
|
|
<line number="194" hits="3" branch="False" />
|
|
<line number="195" hits="11" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="196" hits="1" branch="False" />
|
|
<line number="197" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="198" hits="1" branch="False" />
|
|
<line number="200" hits="3" branch="False" />
|
|
<line number="201" hits="3" branch="False" />
|
|
<line number="204" hits="12" branch="False" />
|
|
<line number="205" hits="12" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="12" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="24" type="jump" coverage="100%" />
|
|
<condition number="37" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="211" hits="11" branch="False" />
|
|
<line number="212" hits="11" branch="False" />
|
|
<line number="215" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="50%" />
|
|
<condition number="70" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="216" hits="1" branch="False" />
|
|
<line number="217" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="12" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="225" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="228" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="False" />
|
|
<line number="230" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="231" hits="0" branch="False" />
|
|
<line number="232" hits="0" branch="False" />
|
|
<line number="233" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="235" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="116" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="239" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="246" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Services.Security.ConsoleCsrfValidator" filename="Findings/StellaOps.Findings.Ledger/Services/Security/ConsoleCsrfValidator.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="Validate" signature="(Microsoft.AspNetCore.Http.HttpContext)" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="31" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="169" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="213" type="jump" coverage="0%" />
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Options.IOptions`1<StellaOps.Findings.Ledger.Options.LedgerServiceOptions>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="31" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="169" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="213" type="jump" coverage="0%" />
|
|
<condition number="242" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Options.LedgerServiceOptions" filename="Findings/StellaOps.Findings.Ledger/Options/LedgerServiceOptions.cs" line-rate="0.21420000000000003" branch-rate="0" complexity="18">
|
|
<methods>
|
|
<method name="get_Database" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Authority" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Merkle" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Projection" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PolicyEngine" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="15" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Attachments" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Validate" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="157" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="7" hits="6" branch="False" />
|
|
<line number="9" hits="6" branch="False" />
|
|
<line number="11" hits="6" branch="False" />
|
|
<line number="13" hits="6" branch="False" />
|
|
<line number="15" hits="15" branch="False" />
|
|
<line number="17" hits="12" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="85" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="157" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Options.LedgerServiceOptions/DatabaseOptions" filename="Findings/StellaOps.Findings.Ledger/Options/LedgerServiceOptions.cs" line-rate="1" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_ConnectionString" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="57" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CommandTimeoutSeconds" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="57" hits="6" branch="False" />
|
|
<line number="59" hits="6" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Options.LedgerServiceOptions/AuthorityOptions" filename="Findings/StellaOps.Findings.Ledger/Options/LedgerServiceOptions.cs" line-rate="0.875" branch-rate="1" complexity="8">
|
|
<methods>
|
|
<method name="get_Issuer" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="64" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RequireHttpsMetadata" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="66" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MetadataAddress" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="68" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Audiences" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="70" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RequiredScopes" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="72" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BypassNetworks" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="74" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_BackchannelTimeout" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="76" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TokenClockSkew" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="78" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="64" hits="6" branch="False" />
|
|
<line number="66" hits="6" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="70" hits="6" branch="False" />
|
|
<line number="72" hits="6" branch="False" />
|
|
<line number="74" hits="6" branch="False" />
|
|
<line number="76" hits="6" branch="False" />
|
|
<line number="78" hits="6" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Options.LedgerServiceOptions/MerkleOptions" filename="Findings/StellaOps.Findings.Ledger/Options/LedgerServiceOptions.cs" line-rate="1" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_BatchSize" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="86" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_WindowDuration" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="88" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="84" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="86" hits="6" branch="False" />
|
|
<line number="88" hits="6" branch="False" />
|
|
<line number="84" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Options.LedgerServiceOptions/ProjectionOptions" filename="Findings/StellaOps.Findings.Ledger/Options/LedgerServiceOptions.cs" line-rate="1" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_BatchSize" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="96" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_IdleDelay" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="98" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="94" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="96" hits="6" branch="False" />
|
|
<line number="98" hits="6" branch="False" />
|
|
<line number="94" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Options.LedgerServiceOptions/PolicyEngineOptions" filename="Findings/StellaOps.Findings.Ledger/Options/LedgerServiceOptions.cs" line-rate="0.3" branch-rate="0" complexity="15">
|
|
<methods>
|
|
<method name="get_BaseAddress" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="107" hits="8" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_TenantHeaderName" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="109" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RequestTimeout" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="111" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Cache" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="113" hits="18" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Validate" signature="()" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="61" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="130" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="104" hits="1" branch="False" />
|
|
<line number="105" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="107" hits="8" branch="False" />
|
|
<line number="109" hits="11" branch="False" />
|
|
<line number="111" hits="11" branch="False" />
|
|
<line number="113" hits="18" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="61" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="98" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="130" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="104" hits="1" branch="False" />
|
|
<line number="105" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Options.LedgerServiceOptions/PolicyEngineCacheOptions" filename="Findings/StellaOps.Findings.Ledger/Options/LedgerServiceOptions.cs" line-rate="1" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="get_SizeLimit" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="144" hits="18" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EntryLifetime" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="146" hits="18" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="142" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="144" hits="18" branch="False" />
|
|
<line number="146" hits="18" branch="False" />
|
|
<line number="142" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Options.LedgerServiceOptions/AttachmentsOptions" filename="Findings/StellaOps.Findings.Ledger/Options/LedgerServiceOptions.cs" line-rate="0.2571" branch-rate="0" complexity="25">
|
|
<methods>
|
|
<method name="get_Enabled" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="153" hits="14" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EncryptionKey" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="155" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SignedUrlBase" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="157" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SignedUrlSecret" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="159" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SignedUrlLifetime" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="161" hits="13" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RequireConsoleCsrf" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="163" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CsrfHeaderName" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="165" hits="9" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CsrfSharedSecret" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="167" hits="9" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Validate" signature="()" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="87" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="151" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="153" hits="14" branch="False" />
|
|
<line number="155" hits="12" branch="False" />
|
|
<line number="157" hits="12" branch="False" />
|
|
<line number="159" hits="12" branch="False" />
|
|
<line number="161" hits="13" branch="False" />
|
|
<line number="163" hits="12" branch="False" />
|
|
<line number="165" hits="9" branch="False" />
|
|
<line number="167" hits="9" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="87" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="121" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="145" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="163" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="192" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="151" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Projection.LedgerProjectionWorker" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Projection/LedgerProjectionWorker.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Infrastructure.ILedgerEventStream,StellaOps.Findings.Ledger.Infrastructure.IFindingProjectionRepository,StellaOps.Findings.Ledger.Infrastructure.Policy.IPolicyEvaluationService,Microsoft.Extensions.Options.IOptions`1<StellaOps.Findings.Ledger.Options.LedgerServiceOptions>,System.TimeProvider,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Projection.LedgerProjectionWorker>)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="78" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="34" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="134" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Projection.LedgerProjectionWorker/<ApplyAsync>d__8" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Projection/LedgerProjectionWorker.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="722" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="722" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Projection.LedgerProjectionWorker/<DelayAsync>d__9" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Projection/LedgerProjectionWorker.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Projection.LedgerProjectionWorker/<ExecuteAsync>d__7" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Projection/LedgerProjectionWorker.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1710" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="780" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="931" type="jump" coverage="0%" />
|
|
<condition number="1645" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1710" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="780" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="931" type="jump" coverage="0%" />
|
|
<condition number="1645" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.LedgerDataSource" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/LedgerDataSource.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="get_CommandTimeoutSeconds" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="OpenConnectionAsync" signature="(System.String,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Options.IOptions`1<StellaOps.Findings.Ledger.Options.LedgerServiceOptions>,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Postgres.LedgerDataSource>)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.LedgerDataSource/<ConfigureSessionAsync>d__9" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/LedgerDataSource.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="269" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="459" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="708" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="916" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="269" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="459" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="708" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="916" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.LedgerDataSource/<DisposeAsync>d__6" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/LedgerDataSource.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.LedgerDataSource/<OpenConnectionInternalAsync>d__8" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/LedgerDataSource.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresFindingProjectionRepository" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresFindingProjectionRepository.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Infrastructure.Postgres.LedgerDataSource,System.TimeProvider,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresFindingProjectionRepository>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="55" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="152" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresFindingProjectionRepository/<GetAsync>d__11" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresFindingProjectionRepository.cs" line-rate="0" branch-rate="0" complexity="24">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="24">
|
|
<lines>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="733" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="779" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="866" type="jump" coverage="0%" />
|
|
<condition number="878" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="932" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="967" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1008" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1074" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1240" type="jump" coverage="0%" />
|
|
<condition number="1464" type="jump" coverage="0%" />
|
|
<condition number="1688" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="733" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="165" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="779" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="866" type="jump" coverage="0%" />
|
|
<condition number="878" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="932" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="175" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="967" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1008" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="1074" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="1240" type="jump" coverage="0%" />
|
|
<condition number="1464" type="jump" coverage="0%" />
|
|
<condition number="1688" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresFindingProjectionRepository/<GetCheckpointAsync>d__15" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresFindingProjectionRepository.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="222" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="675" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="814" type="jump" coverage="0%" />
|
|
<condition number="1038" type="jump" coverage="0%" />
|
|
<condition number="1262" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="277" hits="0" branch="False" />
|
|
<line number="278" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="222" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="279" hits="0" branch="False" />
|
|
<line number="280" hits="0" branch="False" />
|
|
<line number="281" hits="0" branch="False" />
|
|
<line number="283" hits="0" branch="False" />
|
|
<line number="284" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="675" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="285" hits="0" branch="False" />
|
|
<line number="286" hits="0" branch="False" />
|
|
<line number="289" hits="0" branch="False" />
|
|
<line number="290" hits="0" branch="False" />
|
|
<line number="291" hits="0" branch="False" />
|
|
<line number="292" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="814" type="jump" coverage="0%" />
|
|
<condition number="1038" type="jump" coverage="0%" />
|
|
<condition number="1262" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="293" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresFindingProjectionRepository/<InsertActionAsync>d__14" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresFindingProjectionRepository.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="787" type="jump" coverage="0%" />
|
|
<condition number="991" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="274" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="254" hits="0" branch="False" />
|
|
<line number="255" hits="0" branch="False" />
|
|
<line number="257" hits="0" branch="False" />
|
|
<line number="258" hits="0" branch="False" />
|
|
<line number="259" hits="0" branch="False" />
|
|
<line number="261" hits="0" branch="False" />
|
|
<line number="262" hits="0" branch="False" />
|
|
<line number="263" hits="0" branch="False" />
|
|
<line number="264" hits="0" branch="False" />
|
|
<line number="265" hits="0" branch="False" />
|
|
<line number="267" hits="0" branch="False" />
|
|
<line number="268" hits="0" branch="False" />
|
|
<line number="270" hits="0" branch="False" />
|
|
<line number="271" hits="0" branch="False" />
|
|
<line number="273" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="787" type="jump" coverage="0%" />
|
|
<condition number="991" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="274" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresFindingProjectionRepository/<InsertHistoryAsync>d__13" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresFindingProjectionRepository.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="533" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="634" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="835" type="jump" coverage="0%" />
|
|
<condition number="1039" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="233" hits="0" branch="False" />
|
|
<line number="234" hits="0" branch="False" />
|
|
<line number="236" hits="0" branch="False" />
|
|
<line number="237" hits="0" branch="False" />
|
|
<line number="238" hits="0" branch="False" />
|
|
<line number="240" hits="0" branch="False" />
|
|
<line number="241" hits="0" branch="False" />
|
|
<line number="242" hits="0" branch="False" />
|
|
<line number="243" hits="0" branch="False" />
|
|
<line number="244" hits="0" branch="False" />
|
|
<line number="245" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="533" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="246" hits="0" branch="False" />
|
|
<line number="247" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="634" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="248" hits="0" branch="False" />
|
|
<line number="250" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="835" type="jump" coverage="0%" />
|
|
<condition number="1039" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="251" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresFindingProjectionRepository/<SaveCheckpointAsync>d__16" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresFindingProjectionRepository.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="670" type="jump" coverage="0%" />
|
|
<condition number="874" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="317" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="296" hits="0" branch="False" />
|
|
<line number="297" hits="0" branch="False" />
|
|
<line number="299" hits="0" branch="False" />
|
|
<line number="300" hits="0" branch="False" />
|
|
<line number="301" hits="0" branch="False" />
|
|
<line number="303" hits="0" branch="False" />
|
|
<line number="304" hits="0" branch="False" />
|
|
<line number="305" hits="0" branch="False" />
|
|
<line number="306" hits="0" branch="False" />
|
|
<line number="309" hits="0" branch="False" />
|
|
<line number="310" hits="0" branch="False" />
|
|
<line number="311" hits="0" branch="False" />
|
|
<line number="312" hits="0" branch="False" />
|
|
<line number="313" hits="0" branch="False" />
|
|
<line number="314" hits="0" branch="False" />
|
|
<line number="315" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="670" type="jump" coverage="0%" />
|
|
<condition number="874" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="317" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresFindingProjectionRepository/<UpsertAsync>d__12" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresFindingProjectionRepository.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="495" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="683" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="999" type="jump" coverage="0%" />
|
|
<condition number="1203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="495" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="221" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="683" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="222" hits="0" branch="False" />
|
|
<line number="223" hits="0" branch="False" />
|
|
<line number="224" hits="0" branch="False" />
|
|
<line number="226" hits="0" branch="False" />
|
|
<line number="227" hits="0" branch="False" />
|
|
<line number="229" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="999" type="jump" coverage="0%" />
|
|
<condition number="1203" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="230" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresLedgerEventRepository" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresLedgerEventRepository.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="MapLedgerEventRecord" signature="(System.String,System.Guid,Npgsql.NpgsqlDataReader)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="174" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Infrastructure.Postgres.LedgerDataSource,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresLedgerEventRepository>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="False" />
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="58" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="162" type="jump" coverage="0%" />
|
|
<condition number="174" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="202" hits="0" branch="False" />
|
|
<line number="203" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="False" />
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="212" hits="0" branch="False" />
|
|
<line number="213" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="216" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="219" hits="0" branch="False" />
|
|
<line number="220" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="91" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresLedgerEventRepository/<AppendAsync>d__8" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresLedgerEventRepository.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="613" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1241" type="jump" coverage="0%" />
|
|
<condition number="1445" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="613" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1241" type="jump" coverage="0%" />
|
|
<condition number="1445" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresLedgerEventRepository/<GetByEventIdAsync>d__6" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresLedgerEventRepository.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="710" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="780" type="jump" coverage="0%" />
|
|
<condition number="1004" type="jump" coverage="0%" />
|
|
<condition number="1228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="710" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="780" type="jump" coverage="0%" />
|
|
<condition number="1004" type="jump" coverage="0%" />
|
|
<condition number="1228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="109" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresLedgerEventRepository/<GetChainHeadAsync>d__7" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresLedgerEventRepository.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="10">
|
|
<lines>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="710" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="834" type="jump" coverage="0%" />
|
|
<condition number="1058" type="jump" coverage="0%" />
|
|
<condition number="1282" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="223" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="710" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="834" type="jump" coverage="0%" />
|
|
<condition number="1058" type="jump" coverage="0%" />
|
|
<condition number="1282" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresLedgerEventStream" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresLedgerEventStream.cs" line-rate="0" branch-rate="0" complexity="10">
|
|
<methods>
|
|
<method name="MapLedgerEvent" signature="(Npgsql.NpgsqlDataReader)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="182" type="jump" coverage="0%" />
|
|
<condition number="194" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Infrastructure.Postgres.LedgerDataSource,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresLedgerEventStream>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="76" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="182" type="jump" coverage="0%" />
|
|
<condition number="194" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresLedgerEventStream/<ReadNextBatchAsync>d__4" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresLedgerEventStream.cs" line-rate="0" branch-rate="0" complexity="14">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="14">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="86" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="293" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="864" type="jump" coverage="0%" />
|
|
<condition number="889" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1152" type="jump" coverage="0%" />
|
|
<condition number="1376" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="86" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="293" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="351" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="864" type="jump" coverage="0%" />
|
|
<condition number="889" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="1152" type="jump" coverage="0%" />
|
|
<condition number="1376" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresMerkleAnchorRepository" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresMerkleAnchorRepository.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Infrastructure.Postgres.LedgerDataSource,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresMerkleAnchorRepository>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Postgres.PostgresMerkleAnchorRepository/<InsertAsync>d__4" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresMerkleAnchorRepository.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="615" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="847" type="jump" coverage="0%" />
|
|
<condition number="1051" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="615" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="847" type="jump" coverage="0%" />
|
|
<condition number="1051" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Policy.InlinePolicyEvaluationService" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/InlinePolicyEvaluationService.cs" line-rate="0.8253" branch-rate="0.6888" complexity="90">
|
|
<methods>
|
|
<method name="EvaluateAsync" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord,StellaOps.Findings.Ledger.Domain.FindingProjection,System.Threading.CancellationToken)" line-rate="0.9129999999999999" branch-rate="0.875" complexity="8">
|
|
<lines>
|
|
<line number="21" hits="4" branch="False" />
|
|
<line number="22" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="4" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="4" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="1" branch="False" />
|
|
<line number="30" hits="1" branch="False" />
|
|
<line number="31" hits="1" branch="False" />
|
|
<line number="34" hits="3" branch="False" />
|
|
<line number="35" hits="3" branch="False" />
|
|
<line number="36" hits="3" branch="False" />
|
|
<line number="37" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="168" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="3" branch="False" />
|
|
<line number="40" hits="3" branch="False" />
|
|
<line number="42" hits="3" branch="False" />
|
|
<line number="43" hits="3" branch="False" />
|
|
<line number="44" hits="3" branch="False" />
|
|
<line number="45" hits="3" branch="False" />
|
|
<line number="46" hits="3" branch="False" />
|
|
<line number="47" hits="3" branch="False" />
|
|
<line number="49" hits="3" branch="False" />
|
|
<line number="50" hits="4" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateFallback" signature="(StellaOps.Findings.Ledger.Domain.FindingProjection)" line-rate="1" branch-rate="0.5" complexity="14">
|
|
<lines>
|
|
<line number="53" hits="1" branch="False" />
|
|
<line number="54" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="50%" />
|
|
<condition number="13" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="1" branch="False" />
|
|
<line number="56" hits="1" branch="False" />
|
|
<line number="58" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="50%" />
|
|
<condition number="60" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="1" branch="False" />
|
|
<line number="60" hits="1" branch="False" />
|
|
<line number="62" hits="1" branch="True" condition-coverage="50% (3/6)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="50%" />
|
|
<condition number="103" type="jump" coverage="50%" />
|
|
<condition number="124" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="1" branch="False" />
|
|
<line number="64" hits="1" branch="False" />
|
|
<line number="65" hits="1" branch="False" />
|
|
<line number="66" hits="1" branch="False" />
|
|
<line number="67" hits="1" branch="False" />
|
|
<line number="68" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ExtractLabels" signature="(System.Text.Json.Nodes.JsonObject,StellaOps.Findings.Ledger.Domain.FindingProjection)" line-rate="0.8437" branch-rate="0.7857" complexity="28">
|
|
<lines>
|
|
<line number="71" hits="3" branch="False" />
|
|
<line number="72" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="100%" />
|
|
<condition number="13" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="3" branch="False" />
|
|
<line number="74" hits="3" branch="False" />
|
|
<line number="76" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="3" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="50%" />
|
|
<condition number="101" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="3" branch="False" />
|
|
<line number="83" hits="17" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="212" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="4" branch="False" />
|
|
<line number="85" hits="4" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="50%" />
|
|
<condition number="156" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="4" branch="False" />
|
|
<line number="91" hits="4" branch="False" />
|
|
<line number="92" hits="4" branch="False" />
|
|
<line number="93" hits="4" branch="False" />
|
|
<line number="94" hits="3" branch="False" />
|
|
<line number="96" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="243" type="jump" coverage="100%" />
|
|
<condition number="265" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="1" branch="False" />
|
|
<line number="98" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="352" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="1" branch="False" />
|
|
<line number="100" hits="1" branch="True" condition-coverage="66.66% (4/6)">
|
|
<conditions>
|
|
<condition number="301" type="jump" coverage="50%" />
|
|
<condition number="312" type="jump" coverage="50%" />
|
|
<condition number="331" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="1" branch="False" />
|
|
<line number="102" hits="1" branch="False" />
|
|
<line number="103" hits="1" branch="False" />
|
|
<line number="104" hits="1" branch="False" />
|
|
<line number="105" hits="1" branch="False" />
|
|
<line number="107" hits="3" branch="False" />
|
|
<line number="108" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ExtractRationale" signature="(System.Text.Json.Nodes.JsonObject,System.String)" line-rate="0.75" branch-rate="0.875" complexity="8">
|
|
<lines>
|
|
<line number="111" hits="3" branch="False" />
|
|
<line number="112" hits="3" branch="True" condition-coverage="100% (6/6)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="100%" />
|
|
<condition number="17" type="jump" coverage="100%" />
|
|
<condition number="35" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="3" branch="False" />
|
|
<line number="114" hits="1" branch="False" />
|
|
<line number="115" hits="1" branch="False" />
|
|
<line number="118" hits="2" branch="False" />
|
|
<line number="119" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="2" branch="False" />
|
|
<line number="125" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ExtractString" signature="(System.Text.Json.Nodes.JsonObject,System.String)" line-rate="0.75" branch-rate="0.6666" complexity="12">
|
|
<lines>
|
|
<line number="128" hits="8" branch="False" />
|
|
<line number="129" hits="8" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="134" hits="8" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="24" type="jump" coverage="100%" />
|
|
<condition number="37" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="4" branch="False" />
|
|
<line number="136" hits="4" branch="False" />
|
|
<line number="139" hits="4" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="50%" />
|
|
<condition number="70" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="4" branch="False" />
|
|
<line number="141" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="8" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ExtractDecimal" signature="(System.Text.Json.Nodes.JsonObject,System.String)" line-rate="0.5714" branch-rate="0.5" complexity="14">
|
|
<lines>
|
|
<line number="148" hits="3" branch="False" />
|
|
<line number="149" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="154" hits="3" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="50%" />
|
|
<condition number="49" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="159" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="3" branch="False" />
|
|
<line number="161" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="2" branch="False" />
|
|
<line number="163" hits="2" branch="False" />
|
|
<line number="166" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="1" branch="False" />
|
|
<line number="168" hits="1" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CloneArray" signature="(System.Text.Json.Nodes.JsonArray)" line-rate="1" branch-rate="0.75" complexity="4">
|
|
<lines>
|
|
<line number="181" hits="2" branch="False" />
|
|
<line number="182" hits="2" branch="False" />
|
|
<line number="183" hits="12" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="3" branch="False" />
|
|
<line number="185" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="3" branch="False" />
|
|
<line number="188" hits="2" branch="False" />
|
|
<line number="189" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Policy.InlinePolicyEvaluationService>)" line-rate="1" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="12" hits="5" branch="False" />
|
|
<line number="13" hits="5" branch="False" />
|
|
<line number="14" hits="5" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="5" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="4" branch="False" />
|
|
<line number="22" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="27" hits="4" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="4" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="1" branch="False" />
|
|
<line number="30" hits="1" branch="False" />
|
|
<line number="31" hits="1" branch="False" />
|
|
<line number="34" hits="3" branch="False" />
|
|
<line number="35" hits="3" branch="False" />
|
|
<line number="36" hits="3" branch="False" />
|
|
<line number="37" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="168" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="3" branch="False" />
|
|
<line number="40" hits="3" branch="False" />
|
|
<line number="42" hits="3" branch="False" />
|
|
<line number="43" hits="3" branch="False" />
|
|
<line number="44" hits="3" branch="False" />
|
|
<line number="45" hits="3" branch="False" />
|
|
<line number="46" hits="3" branch="False" />
|
|
<line number="47" hits="3" branch="False" />
|
|
<line number="49" hits="3" branch="False" />
|
|
<line number="50" hits="4" branch="False" />
|
|
<line number="53" hits="1" branch="False" />
|
|
<line number="54" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="50%" />
|
|
<condition number="13" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="1" branch="False" />
|
|
<line number="56" hits="1" branch="False" />
|
|
<line number="58" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="50%" />
|
|
<condition number="60" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="59" hits="1" branch="False" />
|
|
<line number="60" hits="1" branch="False" />
|
|
<line number="62" hits="1" branch="True" condition-coverage="50% (3/6)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="50%" />
|
|
<condition number="103" type="jump" coverage="50%" />
|
|
<condition number="124" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="63" hits="1" branch="False" />
|
|
<line number="64" hits="1" branch="False" />
|
|
<line number="65" hits="1" branch="False" />
|
|
<line number="66" hits="1" branch="False" />
|
|
<line number="67" hits="1" branch="False" />
|
|
<line number="68" hits="1" branch="False" />
|
|
<line number="71" hits="3" branch="False" />
|
|
<line number="72" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="100%" />
|
|
<condition number="13" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="3" branch="False" />
|
|
<line number="74" hits="3" branch="False" />
|
|
<line number="76" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="57" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="81" hits="3" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="50%" />
|
|
<condition number="101" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="3" branch="False" />
|
|
<line number="83" hits="17" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="212" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="4" branch="False" />
|
|
<line number="85" hits="4" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="50%" />
|
|
<condition number="156" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="90" hits="4" branch="False" />
|
|
<line number="91" hits="4" branch="False" />
|
|
<line number="92" hits="4" branch="False" />
|
|
<line number="93" hits="4" branch="False" />
|
|
<line number="94" hits="3" branch="False" />
|
|
<line number="96" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="243" type="jump" coverage="100%" />
|
|
<condition number="265" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="97" hits="1" branch="False" />
|
|
<line number="98" hits="5" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="352" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="1" branch="False" />
|
|
<line number="100" hits="1" branch="True" condition-coverage="66.66% (4/6)">
|
|
<conditions>
|
|
<condition number="301" type="jump" coverage="50%" />
|
|
<condition number="312" type="jump" coverage="50%" />
|
|
<condition number="331" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="1" branch="False" />
|
|
<line number="102" hits="1" branch="False" />
|
|
<line number="103" hits="1" branch="False" />
|
|
<line number="104" hits="1" branch="False" />
|
|
<line number="105" hits="1" branch="False" />
|
|
<line number="107" hits="3" branch="False" />
|
|
<line number="108" hits="3" branch="False" />
|
|
<line number="111" hits="3" branch="False" />
|
|
<line number="112" hits="3" branch="True" condition-coverage="100% (6/6)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="100%" />
|
|
<condition number="17" type="jump" coverage="100%" />
|
|
<condition number="35" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="113" hits="3" branch="False" />
|
|
<line number="114" hits="1" branch="False" />
|
|
<line number="115" hits="1" branch="False" />
|
|
<line number="118" hits="2" branch="False" />
|
|
<line number="119" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="124" hits="2" branch="False" />
|
|
<line number="125" hits="3" branch="False" />
|
|
<line number="128" hits="8" branch="False" />
|
|
<line number="129" hits="8" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="134" hits="8" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="24" type="jump" coverage="100%" />
|
|
<condition number="37" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="135" hits="4" branch="False" />
|
|
<line number="136" hits="4" branch="False" />
|
|
<line number="139" hits="4" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="53" type="jump" coverage="50%" />
|
|
<condition number="70" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="140" hits="4" branch="False" />
|
|
<line number="141" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="79" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="8" branch="False" />
|
|
<line number="148" hits="3" branch="False" />
|
|
<line number="149" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="154" hits="3" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="50%" />
|
|
<condition number="49" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="159" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="160" hits="3" branch="False" />
|
|
<line number="161" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="162" hits="2" branch="False" />
|
|
<line number="163" hits="2" branch="False" />
|
|
<line number="166" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="122" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="1" branch="False" />
|
|
<line number="168" hits="1" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="174" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="3" branch="False" />
|
|
<line number="181" hits="2" branch="False" />
|
|
<line number="182" hits="2" branch="False" />
|
|
<line number="183" hits="12" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="3" branch="False" />
|
|
<line number="185" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="186" hits="3" branch="False" />
|
|
<line number="188" hits="2" branch="False" />
|
|
<line number="189" hits="2" branch="False" />
|
|
<line number="12" hits="5" branch="False" />
|
|
<line number="13" hits="5" branch="False" />
|
|
<line number="14" hits="5" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="15" hits="5" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationResult" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/IPolicyEvaluationService.cs" line-rate="1" branch-rate="1" complexity="6">
|
|
<methods>
|
|
<method name="get_Status" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Severity" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="10" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Labels" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExplainRef" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="8" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Rationale" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="23" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Nullable`1<System.Decimal>,System.Text.Json.Nodes.JsonObject,System.String,System.Text.Json.Nodes.JsonArray)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="10" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="11" branch="False" />
|
|
<line number="16" hits="10" branch="False" />
|
|
<line number="17" hits="12" branch="False" />
|
|
<line number="18" hits="8" branch="False" />
|
|
<line number="19" hits="23" branch="False" />
|
|
<line number="14" hits="10" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEngineEvaluationService" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/PolicyEngineEvaluationService.cs" line-rate="0.7707999999999999" branch-rate="0.5652" complexity="47">
|
|
<methods>
|
|
<method name="CreateCacheKey" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord,StellaOps.Findings.Ledger.Domain.FindingProjection)" line-rate="1" branch-rate="0.75" complexity="4">
|
|
<lines>
|
|
<line number="109" hits="3" branch="False" />
|
|
<line number="110" hits="3" branch="False" />
|
|
<line number="111" hits="3" branch="False" />
|
|
<line number="112" hits="3" branch="False" />
|
|
<line number="113" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="65" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CreateRequest" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord,StellaOps.Findings.Ledger.Domain.FindingProjection)" line-rate="0.6153" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="118" hits="2" branch="False" />
|
|
<line number="119" hits="2" branch="False" />
|
|
<line number="120" hits="2" branch="False" />
|
|
<line number="121" hits="2" branch="False" />
|
|
<line number="122" hits="2" branch="False" />
|
|
<line number="123" hits="2" branch="False" />
|
|
<line number="124" hits="2" branch="False" />
|
|
<line number="126" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="138" hits="2" branch="False" />
|
|
<line number="139" hits="2" branch="False" />
|
|
<line number="140" hits="2" branch="False" />
|
|
<line number="141" hits="2" branch="False" />
|
|
<line number="142" hits="2" branch="False" />
|
|
<line number="143" hits="2" branch="False" />
|
|
<line number="145" hits="2" branch="False" />
|
|
<line number="146" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ParseResponse" signature="(System.Text.Json.JsonElement,StellaOps.Findings.Ledger.Domain.LedgerEventRecord)" line-rate="0.6923" branch-rate="0.5333" complexity="30">
|
|
<lines>
|
|
<line number="149" hits="1" branch="False" />
|
|
<line number="150" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="15" type="jump" coverage="50%" />
|
|
<condition number="35" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="569" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="1" branch="False" />
|
|
<line number="157" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="146" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="163" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="176" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="1" branch="False" />
|
|
<line number="165" hits="1" branch="False" />
|
|
<line number="166" hits="1" branch="True" condition-coverage="66.66% (4/6)">
|
|
<conditions>
|
|
<condition number="227" type="jump" coverage="50%" />
|
|
<condition number="246" type="jump" coverage="50%" />
|
|
<condition number="273" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="1" branch="False" />
|
|
<line number="168" hits="1" branch="False" />
|
|
<line number="169" hits="1" branch="False" />
|
|
<line number="171" hits="1" branch="False" />
|
|
<line number="172" hits="1" branch="False" />
|
|
<line number="173" hits="1" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="324" type="jump" coverage="50%" />
|
|
<condition number="352" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="1" branch="False" />
|
|
<line number="175" hits="1" branch="False" />
|
|
<line number="176" hits="1" branch="False" />
|
|
<line number="177" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="397" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="1" branch="False" />
|
|
<line number="181" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="440" type="jump" coverage="50%" />
|
|
<condition number="471" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="505" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="1" branch="False" />
|
|
<line number="191" hits="1" branch="False" />
|
|
<line number="192" hits="1" branch="False" />
|
|
<line number="194" hits="1" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Net.Http.IHttpClientFactory,StellaOps.Findings.Ledger.Infrastructure.Policy.InlinePolicyEvaluationService,StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationCache,Microsoft.Extensions.Options.IOptions`1<StellaOps.Findings.Ledger.Options.LedgerServiceOptions>,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEngineEvaluationService>)" line-rate="1" branch-rate="0.6" complexity="10">
|
|
<lines>
|
|
<line number="26" hits="3" branch="False" />
|
|
<line number="27" hits="3" branch="False" />
|
|
<line number="28" hits="3" branch="False" />
|
|
<line number="29" hits="3" branch="False" />
|
|
<line number="30" hits="3" branch="False" />
|
|
<line number="31" hits="3" branch="False" />
|
|
<line number="32" hits="3" branch="False" />
|
|
<line number="33" hits="3" branch="False" />
|
|
<line number="34" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="45" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="139" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="2" branch="False" />
|
|
<line number="42" hits="2" branch="False" />
|
|
<line number="43" hits="2" branch="False" />
|
|
<line number="44" hits="2" branch="False" />
|
|
<line number="45" hits="2" branch="False" />
|
|
<line number="46" hits="2" branch="False" />
|
|
<line number="47" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" 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" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="109" hits="3" branch="False" />
|
|
<line number="110" hits="3" branch="False" />
|
|
<line number="111" hits="3" branch="False" />
|
|
<line number="112" hits="3" branch="False" />
|
|
<line number="113" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="114" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="65" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="115" hits="3" branch="False" />
|
|
<line number="118" hits="2" branch="False" />
|
|
<line number="119" hits="2" branch="False" />
|
|
<line number="120" hits="2" branch="False" />
|
|
<line number="121" hits="2" branch="False" />
|
|
<line number="122" hits="2" branch="False" />
|
|
<line number="123" hits="2" branch="False" />
|
|
<line number="124" hits="2" branch="False" />
|
|
<line number="126" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="107" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="138" hits="2" branch="False" />
|
|
<line number="139" hits="2" branch="False" />
|
|
<line number="140" hits="2" branch="False" />
|
|
<line number="141" hits="2" branch="False" />
|
|
<line number="142" hits="2" branch="False" />
|
|
<line number="143" hits="2" branch="False" />
|
|
<line number="145" hits="2" branch="False" />
|
|
<line number="146" hits="2" branch="False" />
|
|
<line number="149" hits="1" branch="False" />
|
|
<line number="150" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="15" type="jump" coverage="50%" />
|
|
<condition number="35" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="569" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="156" hits="1" branch="False" />
|
|
<line number="157" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="103" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="158" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="146" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="163" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="176" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="164" hits="1" branch="False" />
|
|
<line number="165" hits="1" branch="False" />
|
|
<line number="166" hits="1" branch="True" condition-coverage="66.66% (4/6)">
|
|
<conditions>
|
|
<condition number="227" type="jump" coverage="50%" />
|
|
<condition number="246" type="jump" coverage="50%" />
|
|
<condition number="273" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="167" hits="1" branch="False" />
|
|
<line number="168" hits="1" branch="False" />
|
|
<line number="169" hits="1" branch="False" />
|
|
<line number="171" hits="1" branch="False" />
|
|
<line number="172" hits="1" branch="False" />
|
|
<line number="173" hits="1" branch="True" condition-coverage="75% (3/4)">
|
|
<conditions>
|
|
<condition number="324" type="jump" coverage="50%" />
|
|
<condition number="352" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="174" hits="1" branch="False" />
|
|
<line number="175" hits="1" branch="False" />
|
|
<line number="176" hits="1" branch="False" />
|
|
<line number="177" hits="1" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="397" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="180" hits="1" branch="False" />
|
|
<line number="181" hits="1" branch="True" condition-coverage="50% (2/4)">
|
|
<conditions>
|
|
<condition number="440" type="jump" coverage="50%" />
|
|
<condition number="471" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="505" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="190" hits="1" branch="False" />
|
|
<line number="191" hits="1" branch="False" />
|
|
<line number="192" hits="1" branch="False" />
|
|
<line number="194" hits="1" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="1" branch="False" />
|
|
<line number="26" hits="3" branch="False" />
|
|
<line number="27" hits="3" branch="False" />
|
|
<line number="28" hits="3" branch="False" />
|
|
<line number="29" hits="3" branch="False" />
|
|
<line number="30" hits="3" branch="False" />
|
|
<line number="31" hits="3" branch="False" />
|
|
<line number="32" hits="3" branch="False" />
|
|
<line number="33" hits="3" branch="False" />
|
|
<line number="34" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="35" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="45" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="38" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="91" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="139" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="41" hits="2" branch="False" />
|
|
<line number="42" hits="2" branch="False" />
|
|
<line number="43" hits="2" branch="False" />
|
|
<line number="44" hits="2" branch="False" />
|
|
<line number="45" hits="2" branch="False" />
|
|
<line number="46" hits="2" branch="False" />
|
|
<line number="47" hits="3" branch="False" />
|
|
<line number="15" 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" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEngineEvaluationService/<EvaluateAsync>d__7" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/PolicyEngineEvaluationService.cs" line-rate="0.7631" branch-rate="0.9166" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0.7631" branch-rate="0.9166" complexity="12">
|
|
<lines>
|
|
<line number="53" hits="4" branch="False" />
|
|
<line number="54" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="66" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="4" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="1" branch="False" />
|
|
<line number="61" hits="1" branch="False" />
|
|
<line number="64" hits="3" branch="False" />
|
|
<line number="65" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="312" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="1" branch="False" />
|
|
<line number="67" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="339" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="2" branch="False" />
|
|
<line number="72" hits="2" branch="False" />
|
|
<line number="73" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="425" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="2" branch="False" />
|
|
<line number="75" hits="2" branch="False" />
|
|
<line number="76" hits="2" branch="False" />
|
|
<line number="78" hits="2" branch="False" />
|
|
<line number="80" hits="2" branch="False" />
|
|
<line number="82" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="695" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="1" branch="False" />
|
|
<line number="84" hits="1" branch="False" />
|
|
<line number="85" hits="1" branch="False" />
|
|
<line number="86" hits="1" branch="False" />
|
|
<line number="87" hits="1" branch="False" />
|
|
<line number="90" hits="1" branch="False" />
|
|
<line number="91" hits="1" branch="False" />
|
|
<line number="93" hits="1" branch="False" />
|
|
<line number="94" hits="1" branch="False" />
|
|
<line number="95" hits="1" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="4" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="53" hits="4" branch="False" />
|
|
<line number="54" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="66" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="59" hits="4" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="1" branch="False" />
|
|
<line number="61" hits="1" branch="False" />
|
|
<line number="64" hits="3" branch="False" />
|
|
<line number="65" hits="3" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="312" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="1" branch="False" />
|
|
<line number="67" hits="1" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="339" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="71" hits="2" branch="False" />
|
|
<line number="72" hits="2" branch="False" />
|
|
<line number="73" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="425" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="2" branch="False" />
|
|
<line number="75" hits="2" branch="False" />
|
|
<line number="76" hits="2" branch="False" />
|
|
<line number="78" hits="2" branch="False" />
|
|
<line number="80" hits="2" branch="False" />
|
|
<line number="82" hits="2" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="695" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="1" branch="False" />
|
|
<line number="84" hits="1" branch="False" />
|
|
<line number="85" hits="1" branch="False" />
|
|
<line number="86" hits="1" branch="False" />
|
|
<line number="87" hits="1" branch="False" />
|
|
<line number="90" hits="1" branch="False" />
|
|
<line number="91" hits="1" branch="False" />
|
|
<line number="93" hits="1" branch="False" />
|
|
<line number="94" hits="1" branch="False" />
|
|
<line number="95" hits="1" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="106" hits="4" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Policy.JsonElementExtensions" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/PolicyEngineEvaluationService.cs" line-rate="0.7777" branch-rate="0.5" complexity="5">
|
|
<methods>
|
|
<method name="GetPropertyOrDefault" signature="(System.Text.Json.JsonElement,System.String)" line-rate="0.6666" branch-rate="0.5" complexity="4">
|
|
<lines>
|
|
<line number="204" hits="6" branch="False" />
|
|
<line number="205" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="211" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToJsonNode" signature="(System.Text.Json.JsonElement)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="214" hits="2" branch="False" />
|
|
<line number="215" hits="2" branch="False" />
|
|
<line number="216" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="204" hits="6" branch="False" />
|
|
<line number="205" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="16" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="206" hits="0" branch="False" />
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="210" hits="6" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="211" hits="6" branch="False" />
|
|
<line number="214" hits="2" branch="False" />
|
|
<line number="215" hits="2" branch="False" />
|
|
<line number="216" hits="2" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationCacheKey" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/PolicyEvaluationCache.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="get_TenantId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="6" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationCache" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/PolicyEvaluationCache.cs" line-rate="0.9642000000000001" branch-rate="0.6875" complexity="18">
|
|
<methods>
|
|
<method name="get_EntryLifetime" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="TryGet" signature="(StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationCacheKey,StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationResult&)" line-rate="1" branch-rate="1" complexity="4">
|
|
<lines>
|
|
<line number="35" hits="3" branch="False" />
|
|
<line number="36" hits="3" branch="False" />
|
|
<line number="38" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="100%" />
|
|
<condition number="38" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="1" branch="False" />
|
|
<line number="40" hits="1" branch="False" />
|
|
<line number="41" hits="1" branch="False" />
|
|
<line number="42" hits="1" branch="False" />
|
|
<line number="45" hits="2" branch="False" />
|
|
<line number="46" hits="2" branch="False" />
|
|
<line number="47" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Set" signature="(StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationCacheKey,StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationResult)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="1" branch="False" />
|
|
<line number="51" hits="1" branch="False" />
|
|
<line number="52" hits="1" branch="False" />
|
|
<line number="54" hits="1" branch="False" />
|
|
<line number="55" hits="1" branch="False" />
|
|
<line number="56" hits="1" branch="False" />
|
|
<line number="58" hits="1" branch="False" />
|
|
<line number="59" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Clone" signature="(StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationResult)" line-rate="1" branch-rate="0.5" complexity="4">
|
|
<lines>
|
|
<line number="62" hits="2" branch="False" />
|
|
<line number="63" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="2" branch="False" />
|
|
<line number="67" hits="2" branch="False" />
|
|
<line number="68" hits="2" branch="False" />
|
|
<line number="69" hits="2" branch="False" />
|
|
<line number="70" hits="2" branch="False" />
|
|
<line number="71" hits="2" branch="False" />
|
|
<line number="72" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CloneArray" signature="(System.Text.Json.Nodes.JsonArray)" line-rate="1" branch-rate="0.75" complexity="4">
|
|
<lines>
|
|
<line number="75" hits="2" branch="False" />
|
|
<line number="76" hits="2" branch="False" />
|
|
<line number="77" hits="10" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="2" branch="False" />
|
|
<line number="79" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="2" branch="False" />
|
|
<line number="82" hits="2" branch="False" />
|
|
<line number="83" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Dispose" signature="()" line-rate="0.7142000000000001" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="86" hits="3" branch="False" />
|
|
<line number="87" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="3" branch="False" />
|
|
<line number="93" hits="3" branch="False" />
|
|
<line number="94" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Options.LedgerServiceOptions/PolicyEngineOptions,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Policy.PolicyEvaluationCache>)" line-rate="1" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="17" hits="3" branch="False" />
|
|
<line number="18" hits="3" branch="False" />
|
|
<line number="19" hits="3" branch="False" />
|
|
<line number="20" hits="3" branch="False" />
|
|
<line number="21" hits="3" branch="False" />
|
|
<line number="22" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="3" branch="False" />
|
|
<line number="25" hits="3" branch="False" />
|
|
<line number="26" hits="3" branch="False" />
|
|
<line number="27" hits="3" branch="False" />
|
|
<line number="29" hits="3" branch="False" />
|
|
<line number="30" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="32" hits="1" branch="False" />
|
|
<line number="35" hits="3" branch="False" />
|
|
<line number="36" hits="3" branch="False" />
|
|
<line number="38" hits="3" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="100%" />
|
|
<condition number="38" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="1" branch="False" />
|
|
<line number="40" hits="1" branch="False" />
|
|
<line number="41" hits="1" branch="False" />
|
|
<line number="42" hits="1" branch="False" />
|
|
<line number="45" hits="2" branch="False" />
|
|
<line number="46" hits="2" branch="False" />
|
|
<line number="47" hits="3" branch="False" />
|
|
<line number="50" hits="1" branch="False" />
|
|
<line number="51" hits="1" branch="False" />
|
|
<line number="52" hits="1" branch="False" />
|
|
<line number="54" hits="1" branch="False" />
|
|
<line number="55" hits="1" branch="False" />
|
|
<line number="56" hits="1" branch="False" />
|
|
<line number="58" hits="1" branch="False" />
|
|
<line number="59" hits="1" branch="False" />
|
|
<line number="62" hits="2" branch="False" />
|
|
<line number="63" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="2" branch="False" />
|
|
<line number="67" hits="2" branch="False" />
|
|
<line number="68" hits="2" branch="False" />
|
|
<line number="69" hits="2" branch="False" />
|
|
<line number="70" hits="2" branch="False" />
|
|
<line number="71" hits="2" branch="False" />
|
|
<line number="72" hits="2" branch="False" />
|
|
<line number="75" hits="2" branch="False" />
|
|
<line number="76" hits="2" branch="False" />
|
|
<line number="77" hits="10" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="78" hits="2" branch="False" />
|
|
<line number="79" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="80" hits="2" branch="False" />
|
|
<line number="82" hits="2" branch="False" />
|
|
<line number="83" hits="2" branch="False" />
|
|
<line number="86" hits="3" branch="False" />
|
|
<line number="87" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="92" hits="3" branch="False" />
|
|
<line number="93" hits="3" branch="False" />
|
|
<line number="94" hits="3" branch="False" />
|
|
<line number="17" hits="3" branch="False" />
|
|
<line number="18" hits="3" branch="False" />
|
|
<line number="19" hits="3" branch="False" />
|
|
<line number="20" hits="3" branch="False" />
|
|
<line number="21" hits="3" branch="False" />
|
|
<line number="22" hits="3" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="24" hits="3" branch="False" />
|
|
<line number="25" hits="3" branch="False" />
|
|
<line number="26" hits="3" branch="False" />
|
|
<line number="27" hits="3" branch="False" />
|
|
<line number="29" hits="3" branch="False" />
|
|
<line number="30" hits="3" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerAnchorQueue" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerAnchorQueue.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="EnqueueAsync" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ReadAllAsync" signature="(System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerAnchorQueue,StellaOps.Findings.Ledger.Infrastructure.Merkle.IMerkleAnchorRepository,Microsoft.Extensions.Options.IOptions`1<StellaOps.Findings.Ledger.Options.LedgerServiceOptions>,System.TimeProvider,Microsoft.Extensions.Logging.ILogger`1<StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker>)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="111" type="jump" coverage="0%" />
|
|
<condition number="128" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="22" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="28" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="67" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="111" type="jump" coverage="0%" />
|
|
<condition number="128" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker/MerkleBatch" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs" line-rate="0" branch-rate="0" complexity="8">
|
|
<methods>
|
|
<method name="get_Events" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="123" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_WindowStart" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="125" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastRecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="127" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Add" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ShouldFlush" signature="(StellaOps.Findings.Ledger.Options.LedgerServiceOptions/MerkleOptions)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="43" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker/<>c" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs" line-rate="0" branch-rate="1" complexity="3">
|
|
<methods>
|
|
<method name="<FlushBatchAsync>b__11_0" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="84" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<FlushBatchAsync>b__11_1" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="85" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="<FlushBatchAsync>b__11_2" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="88" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker/<>c__DisplayClass9_0" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="<HandleEventAsync>b__0" signature="(System.ValueTuple`2<System.String,System.Guid>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="51" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker/<ExecuteAsync>d__7" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="377" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="377" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker/<FlushAllAsync>d__10" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="303" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="303" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="105" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker/<FlushBatchAsync>d__11" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs" line-rate="0" branch-rate="0" complexity="2">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker/<HandleEventAsync>d__9" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs" line-rate="0" branch-rate="0" complexity="4">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="181" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerMerkleAnchorWorker/<StopAsync>d__8" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.MerkleTreeBuilder" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/MerkleTreeBuilder.cs" line-rate="0" branch-rate="0" complexity="11">
|
|
<methods>
|
|
<method name="ComputeRoot" signature="(System.Collections.Generic.IReadOnlyList`1<System.String>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="93" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ComputeNextLevel" signature="(System.Collections.Generic.IReadOnlyList`1<System.String>)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="HashPair" signature="(System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="2" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="93" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.NullMerkleAnchorScheduler" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/NullMerkleAnchorScheduler.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="EnqueueAsync" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord,System.Threading.CancellationToken)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="2" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.Merkle.PostgresMerkleAnchorScheduler" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/PostgresMerkleAnchorScheduler.cs" line-rate="0" branch-rate="0" complexity="3">
|
|
<methods>
|
|
<method name="EnqueueAsync" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord,System.Threading.CancellationToken)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Infrastructure.Merkle.LedgerAnchorQueue)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Infrastructure.InMemory.InMemoryLedgerEventRepository" filename="Findings/StellaOps.Findings.Ledger/Infrastructure/InMemory/InMemoryLedgerEventRepository.cs" line-rate="0.9285" branch-rate="0.8332999999999999" complexity="9">
|
|
<methods>
|
|
<method name="GetByEventIdAsync" signature="(System.String,System.Guid,System.Threading.CancellationToken)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="5" branch="False" />
|
|
<line number="14" hits="5" branch="False" />
|
|
<line number="15" hits="5" branch="False" />
|
|
<line number="16" hits="5" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetChainHeadAsync" signature="(System.String,System.Guid,System.Threading.CancellationToken)" line-rate="1" branch-rate="1" complexity="4">
|
|
<lines>
|
|
<line number="19" hits="7" branch="False" />
|
|
<line number="20" hits="7" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="100%" />
|
|
<condition number="37" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="1" branch="False" />
|
|
<line number="22" hits="1" branch="False" />
|
|
<line number="23" hits="1" branch="False" />
|
|
<line number="26" hits="6" branch="False" />
|
|
<line number="27" hits="7" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AppendAsync" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord,System.Threading.CancellationToken)" line-rate="0.8181" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="30" hits="4" branch="False" />
|
|
<line number="31" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="8" branch="False" />
|
|
<line number="37" hits="4" branch="False" />
|
|
<line number="38" hits="4" branch="False" />
|
|
<line number="39" hits="4" branch="False" />
|
|
<line number="40" hits="4" branch="False" />
|
|
<line number="42" hits="4" branch="False" />
|
|
<line number="43" hits="4" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Clone" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="8" branch="False" />
|
|
<line number="47" hits="8" branch="False" />
|
|
<line number="48" hits="8" branch="False" />
|
|
<line number="49" hits="8" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="6" branch="False" />
|
|
<line number="10" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="13" hits="5" branch="False" />
|
|
<line number="14" hits="5" branch="False" />
|
|
<line number="15" hits="5" branch="False" />
|
|
<line number="16" hits="5" branch="False" />
|
|
<line number="19" hits="7" branch="False" />
|
|
<line number="20" hits="7" branch="True" condition-coverage="100% (4/4)">
|
|
<conditions>
|
|
<condition number="21" type="jump" coverage="100%" />
|
|
<condition number="37" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="1" branch="False" />
|
|
<line number="22" hits="1" branch="False" />
|
|
<line number="23" hits="1" branch="False" />
|
|
<line number="26" hits="6" branch="False" />
|
|
<line number="27" hits="7" branch="False" />
|
|
<line number="30" hits="4" branch="False" />
|
|
<line number="31" hits="4" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="40" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="8" branch="False" />
|
|
<line number="37" hits="4" branch="False" />
|
|
<line number="38" hits="4" branch="False" />
|
|
<line number="39" hits="4" branch="False" />
|
|
<line number="40" hits="4" branch="False" />
|
|
<line number="42" hits="4" branch="False" />
|
|
<line number="43" hits="4" branch="False" />
|
|
<line number="46" hits="8" branch="False" />
|
|
<line number="47" hits="8" branch="False" />
|
|
<line number="48" hits="8" branch="False" />
|
|
<line number="49" hits="8" branch="False" />
|
|
<line number="9" hits="6" branch="False" />
|
|
<line number="10" hits="6" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Hashing.HashUtilities" filename="Findings/StellaOps.Findings.Ledger/Hashing/HashUtilities.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="ComputeSha256Hex" signature="(System.String)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="18" branch="False" />
|
|
<line number="10" hits="18" branch="False" />
|
|
<line number="12" hits="18" branch="False" />
|
|
<line number="13" hits="18" branch="False" />
|
|
<line number="14" hits="18" branch="False" />
|
|
<line number="15" hits="18" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="18" branch="False" />
|
|
<line number="10" hits="18" branch="False" />
|
|
<line number="12" hits="18" branch="False" />
|
|
<line number="13" hits="18" branch="False" />
|
|
<line number="14" hits="18" branch="False" />
|
|
<line number="15" hits="18" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Hashing.LedgerCanonicalJsonSerializer" filename="Findings/StellaOps.Findings.Ledger/Hashing/LedgerCanonicalJsonSerializer.cs" line-rate="0.75" branch-rate="0.5909" complexity="23">
|
|
<methods>
|
|
<method name="Serialize" signature="(System.Text.Json.Nodes.JsonObject)" line-rate="0.7142000000000001" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="16" hits="17" branch="False" />
|
|
<line number="17" hits="17" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="17" branch="False" />
|
|
<line number="23" hits="17" branch="False" />
|
|
<line number="24" hits="17" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Canonicalize" signature="(System.Text.Json.Nodes.JsonObject)" line-rate="0.6666" branch-rate="0.5" complexity="2">
|
|
<lines>
|
|
<line number="27" hits="33" branch="False" />
|
|
<line number="28" hits="33" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="33" branch="False" />
|
|
<line number="34" hits="33" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Canonicalize" signature="(System.Text.Json.Nodes.JsonArray)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Canonicalize" signature="(System.Text.Json.Nodes.JsonNode)" line-rate="0.95" branch-rate="0.7857" complexity="14">
|
|
<lines>
|
|
<line number="47" hits="716" branch="False" />
|
|
<line number="48" hits="716" branch="True" condition-coverage="87.5% (7/8)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="100%" />
|
|
<condition number="18" type="jump" coverage="100%" />
|
|
<condition number="28" type="jump" coverage="100%" />
|
|
<condition number="38" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="8" branch="False" />
|
|
<line number="53" hits="536" branch="False" />
|
|
<line number="55" hits="20" branch="False" />
|
|
<line number="56" hits="20" branch="False" />
|
|
<line number="57" hits="88" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="14" branch="False" />
|
|
<line number="59" hits="14" branch="False" />
|
|
<line number="60" hits="14" branch="False" />
|
|
<line number="62" hits="20" branch="False" />
|
|
<line number="65" hits="152" branch="False" />
|
|
<line number="66" hits="152" branch="False" />
|
|
<line number="67" hits="2463" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="275" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="669" branch="False" />
|
|
<line number="69" hits="669" branch="False" />
|
|
<line number="70" hits="669" branch="False" />
|
|
<line number="72" hits="152" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="299" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="716" 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" />
|
|
<line number="13" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="16" hits="17" branch="False" />
|
|
<line number="17" hits="17" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="17" branch="False" />
|
|
<line number="23" hits="17" branch="False" />
|
|
<line number="24" hits="17" branch="False" />
|
|
<line number="27" hits="33" branch="False" />
|
|
<line number="28" hits="33" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="33" hits="33" branch="False" />
|
|
<line number="34" hits="33" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="47" hits="716" branch="False" />
|
|
<line number="48" hits="716" branch="True" condition-coverage="87.5% (7/8)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="100%" />
|
|
<condition number="18" type="jump" coverage="100%" />
|
|
<condition number="28" type="jump" coverage="100%" />
|
|
<condition number="38" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="8" branch="False" />
|
|
<line number="53" hits="536" branch="False" />
|
|
<line number="55" hits="20" branch="False" />
|
|
<line number="56" hits="20" branch="False" />
|
|
<line number="57" hits="88" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="14" branch="False" />
|
|
<line number="59" hits="14" branch="False" />
|
|
<line number="60" hits="14" branch="False" />
|
|
<line number="62" hits="20" branch="False" />
|
|
<line number="65" hits="152" branch="False" />
|
|
<line number="66" hits="152" branch="False" />
|
|
<line number="67" hits="2463" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="275" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="669" branch="False" />
|
|
<line number="69" hits="669" branch="False" />
|
|
<line number="70" hits="669" branch="False" />
|
|
<line number="72" hits="152" branch="False" />
|
|
<line number="75" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="299" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="716" 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" />
|
|
<line number="13" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Hashing.LedgerHashing" filename="Findings/StellaOps.Findings.Ledger/Hashing/LedgerHashing.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="ComputeHashes" signature="(System.Text.Json.Nodes.JsonObject,System.Int64)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="6" branch="False" />
|
|
<line number="9" hits="6" branch="False" />
|
|
<line number="10" hits="6" branch="False" />
|
|
<line number="11" hits="6" branch="False" />
|
|
<line number="12" hits="6" branch="False" />
|
|
<line number="13" hits="6" branch="False" />
|
|
<line number="14" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="8" hits="6" branch="False" />
|
|
<line number="9" hits="6" branch="False" />
|
|
<line number="10" hits="6" branch="False" />
|
|
<line number="11" hits="6" branch="False" />
|
|
<line number="12" hits="6" branch="False" />
|
|
<line number="13" hits="6" branch="False" />
|
|
<line number="14" hits="6" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Hashing.LedgerHashResult" filename="Findings/StellaOps.Findings.Ledger/Hashing/LedgerHashing.cs" line-rate="1" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_EventHash" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MerkleLeafHash" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CanonicalJson" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="6" branch="False" />
|
|
<line number="19" hits="6" branch="False" />
|
|
<line number="20" hits="11" branch="False" />
|
|
<line number="17" hits="6" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Hashing.ProjectionHashing" filename="Findings/StellaOps.Findings.Ledger/Hashing/ProjectionHashing.cs" line-rate="1" branch-rate="0.75" complexity="9">
|
|
<methods>
|
|
<method name="ComputeCycleHash" signature="(StellaOps.Findings.Ledger.Domain.FindingProjection)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="6" branch="False" />
|
|
<line number="21" hits="6" branch="False" />
|
|
<line number="23" hits="6" 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="6" branch="False" />
|
|
<line number="31" hits="6" branch="False" />
|
|
<line number="32" hits="6" branch="False" />
|
|
<line number="33" hits="6" branch="False" />
|
|
<line number="34" hits="6" branch="False" />
|
|
<line number="35" hits="6" branch="False" />
|
|
<line number="37" hits="6" branch="False" />
|
|
<line number="38" hits="6" branch="False" />
|
|
<line number="39" hits="6" branch="False" />
|
|
<line number="40" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FormatTimestamp" signature="(System.DateTimeOffset)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="6" branch="False" />
|
|
<line number="44" hits="6" branch="False" />
|
|
<line number="45" hits="6" branch="False" />
|
|
<line number="47" hits="6" branch="False" />
|
|
<line number="48" hits="6" branch="False" />
|
|
<line number="49" hits="6" branch="False" />
|
|
<line number="50" hits="6" branch="False" />
|
|
<line number="51" hits="6" branch="False" />
|
|
<line number="52" hits="6" branch="False" />
|
|
<line number="53" hits="6" branch="False" />
|
|
<line number="54" hits="6" branch="False" />
|
|
<line number="55" hits="6" branch="False" />
|
|
<line number="56" hits="6" branch="False" />
|
|
<line number="57" hits="6" branch="False" />
|
|
<line number="58" hits="6" branch="False" />
|
|
<line number="59" hits="6" branch="False" />
|
|
<line number="60" hits="6" branch="False" />
|
|
<line number="62" hits="6" branch="False" />
|
|
<line number="63" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WriteFourDigits" signature="(System.Span`1<System.Char>,System.Int32,System.Int32)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="66" hits="6" branch="False" />
|
|
<line number="67" hits="6" branch="False" />
|
|
<line number="68" hits="6" branch="False" />
|
|
<line number="69" hits="6" branch="False" />
|
|
<line number="70" hits="6" branch="False" />
|
|
<line number="71" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WriteTwoDigits" signature="(System.Span`1<System.Char>,System.Int32,System.Int32)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="74" hits="30" branch="False" />
|
|
<line number="75" hits="30" branch="False" />
|
|
<line number="76" hits="30" branch="False" />
|
|
<line number="77" hits="30" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="WriteThreeDigits" signature="(System.Span`1<System.Char>,System.Int32,System.Int32)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="80" hits="6" branch="False" />
|
|
<line number="81" hits="6" branch="False" />
|
|
<line number="82" hits="6" branch="False" />
|
|
<line number="83" hits="6" branch="False" />
|
|
<line number="84" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="CloneArray" signature="(System.Text.Json.Nodes.JsonArray)" line-rate="1" branch-rate="0.75" complexity="4">
|
|
<lines>
|
|
<line number="87" hits="6" branch="False" />
|
|
<line number="88" hits="6" branch="False" />
|
|
<line number="90" hits="6" branch="False" />
|
|
<line number="91" hits="22" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="2" branch="False" />
|
|
<line number="93" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="2" branch="False" />
|
|
<line number="96" hits="6" branch="False" />
|
|
<line number="97" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="6" branch="False" />
|
|
<line number="21" hits="6" branch="False" />
|
|
<line number="23" hits="6" 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="6" branch="False" />
|
|
<line number="31" hits="6" branch="False" />
|
|
<line number="32" hits="6" branch="False" />
|
|
<line number="33" hits="6" branch="False" />
|
|
<line number="34" hits="6" branch="False" />
|
|
<line number="35" hits="6" branch="False" />
|
|
<line number="37" hits="6" branch="False" />
|
|
<line number="38" hits="6" branch="False" />
|
|
<line number="39" hits="6" branch="False" />
|
|
<line number="40" hits="6" branch="False" />
|
|
<line number="43" hits="6" branch="False" />
|
|
<line number="44" hits="6" branch="False" />
|
|
<line number="45" hits="6" branch="False" />
|
|
<line number="47" hits="6" branch="False" />
|
|
<line number="48" hits="6" branch="False" />
|
|
<line number="49" hits="6" branch="False" />
|
|
<line number="50" hits="6" branch="False" />
|
|
<line number="51" hits="6" branch="False" />
|
|
<line number="52" hits="6" branch="False" />
|
|
<line number="53" hits="6" branch="False" />
|
|
<line number="54" hits="6" branch="False" />
|
|
<line number="55" hits="6" branch="False" />
|
|
<line number="56" hits="6" branch="False" />
|
|
<line number="57" hits="6" branch="False" />
|
|
<line number="58" hits="6" branch="False" />
|
|
<line number="59" hits="6" branch="False" />
|
|
<line number="60" hits="6" branch="False" />
|
|
<line number="62" hits="6" branch="False" />
|
|
<line number="63" hits="6" branch="False" />
|
|
<line number="66" hits="6" branch="False" />
|
|
<line number="67" hits="6" branch="False" />
|
|
<line number="68" hits="6" branch="False" />
|
|
<line number="69" hits="6" branch="False" />
|
|
<line number="70" hits="6" branch="False" />
|
|
<line number="71" hits="6" branch="False" />
|
|
<line number="74" hits="30" branch="False" />
|
|
<line number="75" hits="30" branch="False" />
|
|
<line number="76" hits="30" branch="False" />
|
|
<line number="77" hits="30" branch="False" />
|
|
<line number="80" hits="6" branch="False" />
|
|
<line number="81" hits="6" branch="False" />
|
|
<line number="82" hits="6" branch="False" />
|
|
<line number="83" hits="6" branch="False" />
|
|
<line number="84" hits="6" branch="False" />
|
|
<line number="87" hits="6" branch="False" />
|
|
<line number="88" hits="6" branch="False" />
|
|
<line number="90" hits="6" branch="False" />
|
|
<line number="91" hits="22" branch="True" condition-coverage="100% (2/2)">
|
|
<conditions>
|
|
<condition number="72" type="jump" coverage="100%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="92" hits="2" branch="False" />
|
|
<line number="93" hits="2" branch="True" condition-coverage="50% (1/2)">
|
|
<conditions>
|
|
<condition number="48" type="jump" coverage="50%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="2" branch="False" />
|
|
<line number="96" hits="6" branch="False" />
|
|
<line number="97" hits="6" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.LedgerChainIdGenerator" filename="Findings/StellaOps.Findings.Ledger/Domain/LedgerChainIdGenerator.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="FromTenantPolicy" signature="(System.String,System.String)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="2" branch="False" />
|
|
<line number="10" hits="2" branch="False" />
|
|
<line number="11" hits="2" branch="False" />
|
|
<line number="13" hits="2" branch="False" />
|
|
<line number="14" hits="2" branch="False" />
|
|
<line number="15" hits="2" branch="False" />
|
|
<line number="16" hits="2" branch="False" />
|
|
<line number="17" hits="2" branch="False" />
|
|
<line number="18" hits="2" branch="False" />
|
|
<line number="19" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="9" hits="2" branch="False" />
|
|
<line number="10" hits="2" branch="False" />
|
|
<line number="11" hits="2" branch="False" />
|
|
<line number="13" hits="2" branch="False" />
|
|
<line number="14" hits="2" branch="False" />
|
|
<line number="15" hits="2" branch="False" />
|
|
<line number="16" hits="2" branch="False" />
|
|
<line number="17" hits="2" branch="False" />
|
|
<line number="18" hits="2" branch="False" />
|
|
<line number="19" hits="2" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.LedgerEventConstants" filename="Findings/StellaOps.Findings.Ledger/Domain/LedgerEventConstants.cs" line-rate="1" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="1" branch="False" />
|
|
<line number="19" hits="1" branch="False" />
|
|
<line number="20" hits="1" branch="False" />
|
|
<line number="21" hits="1" branch="False" />
|
|
<line number="22" hits="1" branch="False" />
|
|
<line number="23" hits="1" branch="False" />
|
|
<line number="24" hits="1" branch="False" />
|
|
<line number="25" hits="1" branch="False" />
|
|
<line number="26" hits="1" branch="False" />
|
|
<line number="27" hits="1" branch="False" />
|
|
<line number="28" hits="1" branch="False" />
|
|
<line number="30" hits="1" branch="False" />
|
|
<line number="31" hits="1" branch="False" />
|
|
<line number="32" hits="1" branch="False" />
|
|
<line number="33" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="18" hits="1" branch="False" />
|
|
<line number="19" hits="1" branch="False" />
|
|
<line number="20" hits="1" branch="False" />
|
|
<line number="21" hits="1" branch="False" />
|
|
<line number="22" hits="1" branch="False" />
|
|
<line number="23" hits="1" branch="False" />
|
|
<line number="24" hits="1" branch="False" />
|
|
<line number="25" hits="1" branch="False" />
|
|
<line number="26" hits="1" branch="False" />
|
|
<line number="27" hits="1" branch="False" />
|
|
<line number="28" hits="1" branch="False" />
|
|
<line number="30" hits="1" branch="False" />
|
|
<line number="31" hits="1" branch="False" />
|
|
<line number="32" hits="1" branch="False" />
|
|
<line number="33" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.LedgerEventDraft" filename="Findings/StellaOps.Findings.Ledger/Domain/LedgerEventModels.cs" line-rate="1" branch-rate="1" complexity="17">
|
|
<methods>
|
|
<method name="get_TenantId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="22" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ChainId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="16" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SequenceNumber" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="23" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="23" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventType" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PolicyVersion" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FindingId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ArtifactId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceRunId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="5" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ActorId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="5" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ActorType" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_OccurredAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="17" hits="5" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="5" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Payload" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CanonicalEnvelope" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="13" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ProvidedPreviousHash" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Guid,System.Int64,System.Guid,System.String,System.String,System.String,System.String,System.Nullable`1<System.Guid>,System.String,System.String,System.DateTimeOffset,System.DateTimeOffset,System.Text.Json.Nodes.JsonObject,System.Text.Json.Nodes.JsonObject,System.String)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="6" hits="22" branch="False" />
|
|
<line number="7" hits="16" branch="False" />
|
|
<line number="8" hits="23" branch="False" />
|
|
<line number="9" hits="23" branch="False" />
|
|
<line number="10" hits="11" branch="False" />
|
|
<line number="11" hits="11" branch="False" />
|
|
<line number="12" hits="11" branch="False" />
|
|
<line number="13" hits="11" branch="False" />
|
|
<line number="14" hits="5" branch="False" />
|
|
<line number="15" hits="5" branch="False" />
|
|
<line number="16" hits="11" branch="False" />
|
|
<line number="17" hits="5" branch="False" />
|
|
<line number="18" hits="5" branch="False" />
|
|
<line number="19" hits="6" branch="False" />
|
|
<line number="20" hits="13" branch="False" />
|
|
<line number="21" hits="12" branch="False" />
|
|
<line number="5" hits="6" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.LedgerEventRecord" filename="Findings/StellaOps.Findings.Ledger/Domain/LedgerEventModels.cs" line-rate="0.8421" branch-rate="1" complexity="19">
|
|
<methods>
|
|
<method name="get_TenantId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="22" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ChainId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="5" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SequenceNumber" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="18" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventType" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="28" hits="4" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PolicyVersion" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="11" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FindingId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="10" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ArtifactId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SourceRunId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ActorId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="4" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ActorType" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_OccurredAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="4" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="5" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventBody" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="30" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventHash" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PreviousHash" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MerkleLeafHash" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CanonicalJson" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="14" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Guid,System.Int64,System.Guid,System.String,System.String,System.String,System.String,System.Nullable`1<System.Guid>,System.String,System.String,System.DateTimeOffset,System.DateTimeOffset,System.Text.Json.Nodes.JsonObject,System.String,System.String,System.String,System.String)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="13" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="24" hits="22" branch="False" />
|
|
<line number="25" hits="5" branch="False" />
|
|
<line number="26" hits="6" branch="False" />
|
|
<line number="27" hits="18" branch="False" />
|
|
<line number="28" hits="4" branch="False" />
|
|
<line number="29" hits="11" branch="False" />
|
|
<line number="30" hits="10" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="4" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="4" branch="False" />
|
|
<line number="36" hits="5" branch="False" />
|
|
<line number="37" hits="30" branch="False" />
|
|
<line number="38" hits="2" branch="False" />
|
|
<line number="39" hits="1" branch="False" />
|
|
<line number="40" hits="1" branch="False" />
|
|
<line number="41" hits="14" branch="False" />
|
|
<line number="23" hits="13" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.LedgerChainHead" filename="Findings/StellaOps.Findings.Ledger/Domain/LedgerEventModels.cs" line-rate="0.75" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_SequenceNumber" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventHash" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecordedAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Int64,System.String,System.DateTimeOffset)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="44" hits="1" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="1" branch="False" />
|
|
<line number="43" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.LedgerWriteResult" filename="Findings/StellaOps.Findings.Ledger/Domain/LedgerEventModels.cs" line-rate="0.9" branch-rate="1" complexity="10">
|
|
<methods>
|
|
<method name="get_Status" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="57" hits="8" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Record" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="58" hits="7" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Errors" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="59" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExistingRecord" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="60" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ConflictCode" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="61" hits="7" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ValidationFailed" signature="(System.String[])" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="64" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Conflict" signature="(System.String,System.String[])" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="67" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Idempotent" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="70" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Success" signature="(StellaOps.Findings.Ledger.Domain.LedgerEventRecord)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="73" hits="4" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Domain.LedgerWriteStatus,StellaOps.Findings.Ledger.Domain.LedgerEventRecord,System.Collections.Generic.IReadOnlyList`1<System.String>,StellaOps.Findings.Ledger.Domain.LedgerEventRecord,System.String)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="56" hits="7" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="57" hits="8" branch="False" />
|
|
<line number="58" hits="7" branch="False" />
|
|
<line number="59" hits="2" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="7" branch="False" />
|
|
<line number="64" hits="1" branch="False" />
|
|
<line number="67" hits="1" branch="False" />
|
|
<line number="70" hits="1" branch="False" />
|
|
<line number="73" hits="4" branch="False" />
|
|
<line number="56" hits="7" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.LedgerDuplicateEventException" filename="Findings/StellaOps.Findings.Ledger/Domain/LedgerEventModels.cs" line-rate="0" branch-rate="1" complexity="2">
|
|
<methods>
|
|
<method name="get_EventId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="84" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.Guid,System.Exception)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.FindingProjection" filename="Findings/StellaOps.Findings.Ledger/Domain/ProjectionModels.cs" line-rate="1" branch-rate="1" complexity="12">
|
|
<methods>
|
|
<method name="get_TenantId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="6" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FindingId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PolicyVersion" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="8" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="12" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Severity" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="10" hits="13" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Labels" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="16" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CurrentEventId" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ExplainRef" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="13" hits="10" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PolicyRationale" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="9" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpdatedAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="6" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CycleHash" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="14" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.String,System.Nullable`1<System.Decimal>,System.Text.Json.Nodes.JsonObject,System.Guid,System.String,System.Text.Json.Nodes.JsonArray,System.DateTimeOffset,System.String)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="5" hits="7" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="6" hits="6" branch="False" />
|
|
<line number="7" hits="6" branch="False" />
|
|
<line number="8" hits="6" branch="False" />
|
|
<line number="9" hits="12" branch="False" />
|
|
<line number="10" hits="13" branch="False" />
|
|
<line number="11" hits="16" branch="False" />
|
|
<line number="12" hits="6" branch="False" />
|
|
<line number="13" hits="10" branch="False" />
|
|
<line number="14" hits="9" branch="False" />
|
|
<line number="15" hits="6" branch="False" />
|
|
<line number="16" hits="14" branch="False" />
|
|
<line number="5" hits="7" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.FindingHistoryEntry" filename="Findings/StellaOps.Findings.Ledger/Domain/ProjectionModels.cs" line-rate="0.5" branch-rate="1" complexity="10">
|
|
<methods>
|
|
<method name="get_TenantId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FindingId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PolicyVersion" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Status" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="2" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Severity" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="24" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ActorId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Comment" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="26" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_OccurredAt" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.String,System.String,System.Guid,System.String,System.Nullable`1<System.Decimal>,System.String,System.String,System.DateTimeOffset)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="2" branch="False" />
|
|
<line number="24" hits="1" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="1" branch="False" />
|
|
<line number="27" hits="3" branch="False" />
|
|
<line number="18" hits="3" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.TriageActionEntry" filename="Findings/StellaOps.Findings.Ledger/Domain/ProjectionModels.cs" line-rate="0.44439999999999996" branch-rate="1" complexity="9">
|
|
<methods>
|
|
<method name="get_TenantId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ActionId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="31" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EventId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_FindingId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="33" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_ActionType" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="34" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Payload" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="35" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CreatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="36" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_CreatedBy" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="37" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Guid,System.Guid,System.String,System.String,System.Text.Json.Nodes.JsonObject,System.DateTimeOffset,System.String)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="29" hits="1" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="1" branch="False" />
|
|
<line number="35" hits="1" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="1" branch="False" />
|
|
<line number="29" hits="1" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.ProjectionReduceResult" filename="Findings/StellaOps.Findings.Ledger/Domain/ProjectionModels.cs" line-rate="1" branch-rate="1" complexity="4">
|
|
<methods>
|
|
<method name="get_Projection" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="40" hits="13" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_History" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="41" hits="4" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Action" signature="()" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="42" hits="7" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(StellaOps.Findings.Ledger.Domain.FindingProjection,StellaOps.Findings.Ledger.Domain.FindingHistoryEntry,StellaOps.Findings.Ledger.Domain.TriageActionEntry)" line-rate="1" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="39" hits="3" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="40" hits="13" branch="False" />
|
|
<line number="41" hits="4" branch="False" />
|
|
<line number="42" hits="7" branch="False" />
|
|
<line number="39" hits="3" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Findings.Ledger.Domain.ProjectionCheckpoint" filename="Findings/StellaOps.Findings.Ledger/Domain/ProjectionModels.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_LastRecordedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LastEventId" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="46" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_UpdatedAt" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="Initial" signature="(System.TimeProvider)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.DateTimeOffset,System.Guid,System.DateTimeOffset)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Ingestion.Telemetry" line-rate="0" branch-rate="0" complexity="48">
|
|
<classes>
|
|
<class name="StellaOps.Ingestion.Telemetry.IngestionTelemetry" filename="__Libraries/StellaOps.Ingestion.Telemetry/IngestionTelemetry.cs" line-rate="0" branch-rate="0" complexity="48">
|
|
<methods>
|
|
<method name="StartFetchActivity" signature="(System.String,System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="StartTransformActivity" signature="(System.String,System.String,System.String,System.String,System.String,System.Nullable`1<System.Int64>)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
<condition number="75" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="StartWriteActivity" signature="(System.String,System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="StartGuardActivity" signature="(System.String,System.String,System.String,System.String,System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordWriteAttempt" signature="(System.String,System.String,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordViolation" signature="(System.String,System.String,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RecordLatency" signature="(System.String,System.String,System.String,System.TimeSpan)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="147" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="StartActivity" signature="(System.String,System.String,System.String,System.String,System.String,System.Action`1<System.Diagnostics.Activity>)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="71" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="152" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="50" type="jump" coverage="0%" />
|
|
<condition number="75" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="127" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
<condition number="15" type="jump" coverage="0%" />
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="False" />
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
<condition number="117" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="147" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="173" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="179" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="71" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="False" />
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="101" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="188" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="132" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="193" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="152" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="198" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
<package name="StellaOps.Plugin" line-rate="0" branch-rate="0" complexity="259">
|
|
<classes>
|
|
<class name="StellaOps.Plugin.PluginCatalog" filename="__Libraries/StellaOps.Plugin/PluginContracts.cs" line-rate="0" branch-rate="0" complexity="19">
|
|
<methods>
|
|
<method name="AddAssembly" signature="(System.Reflection.Assembly)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="37" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="73" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddFromDirectory" signature="(System.String,System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetConnectorPlugins" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="86" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetExporterPlugins" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="88" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetAvailableConnectorPlugins" signature="(System.IServiceProvider)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="91" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="GetAvailableExporterPlugins" signature="(System.IServiceProvider)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="94" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="FilterAvailable" signature="(System.Collections.Generic.IEnumerable`1<TPlugin>,System.IServiceProvider)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="10" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="50" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="37" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="73" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="86" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="42" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="108" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.PluginLoader" filename="__Libraries/StellaOps.Plugin/PluginContracts.cs" line-rate="0" branch-rate="0" complexity="21">
|
|
<methods>
|
|
<method name="LoadPlugins" signature="(System.Collections.Generic.IEnumerable`1<System.Reflection.Assembly>)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="278" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="141" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="182" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="195" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
<condition number="229" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="SafeGetTypes" signature="(System.Reflection.Assembly)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="126" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="278" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="129" hits="0" branch="False" />
|
|
<line number="130" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="251" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="96" type="jump" coverage="0%" />
|
|
<condition number="112" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="137" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="141" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="138" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="182" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="195" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="209" type="jump" coverage="0%" />
|
|
<condition number="229" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="163" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.Internal.ReflectionExtensions" filename="__Libraries/StellaOps.Plugin/Internal/ReflectionExtensions.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="GetLoadableTypes" signature="(System.Reflection.Assembly)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.Hosting.PluginAssembly" filename="__Libraries/StellaOps.Plugin/Hosting/PluginAssembly.cs" line-rate="0" branch-rate="0" complexity="6">
|
|
<methods>
|
|
<method name="get_AssemblyPath" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Assembly" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_LoadContext" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="18" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ToString" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Reflection.Assembly,StellaOps.Plugin.Hosting.PluginLoadContext)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.Hosting.PluginHost" filename="__Libraries/StellaOps.Plugin/Hosting/PluginHost.cs" line-rate="0" branch-rate="0" complexity="61">
|
|
<methods>
|
|
<method name="LoadPlugins" signature="(StellaOps.Plugin.Hosting.PluginHostOptions,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="86" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="424" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="261" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="340" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolvePluginDirectory" signature="(StellaOps.Plugin.Hosting.PluginHostOptions,System.String)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="BuildSearchPatterns" signature="(StellaOps.Plugin.Hosting.PluginHostOptions,System.String)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="93" type="jump" coverage="0%" />
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="260" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="DiscoverPluginFiles" signature="(System.String,System.Collections.Generic.IReadOnlyList`1<System.String>,System.Boolean,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="186" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="106" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplyExplicitOrdering" signature="(System.Collections.Generic.List`1<System.String>,System.Collections.Generic.IList`1<System.String>,System.Collections.Generic.List`1<System.String>&)" line-rate="0" branch-rate="0" complexity="8">
|
|
<lines>
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="0%" />
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsHiddenPath" signature="(System.String)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="44" type="jump" coverage="0%" />
|
|
<condition number="62" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="30" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="86" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="90" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="424" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="261" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="340" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="384" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="70" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="14" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="28" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
<line number="93" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="23" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="94" hits="0" branch="False" />
|
|
<line number="95" hits="0" branch="False" />
|
|
<line number="96" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="False" />
|
|
<line number="99" hits="0" branch="False" />
|
|
<line number="100" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="68" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="False" />
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="93" type="jump" coverage="0%" />
|
|
<condition number="120" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="107" hits="0" branch="False" />
|
|
<line number="109" hits="0" branch="False" />
|
|
<line number="111" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="159" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="114" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="260" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="118" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="False" />
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="False" />
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="19" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="136" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="186" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="137" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="127" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="89" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="143" hits="0" branch="False" />
|
|
<line number="144" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="106" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="148" hits="0" branch="False" />
|
|
<line number="149" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="False" />
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="153" hits="0" branch="False" />
|
|
<line number="154" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="161" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="13" type="jump" coverage="0%" />
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="169" hits="0" branch="False" />
|
|
<line number="170" hits="0" branch="False" />
|
|
<line number="171" hits="0" branch="False" />
|
|
<line number="172" hits="0" branch="False" />
|
|
<line number="175" hits="0" branch="False" />
|
|
<line number="176" hits="0" branch="False" />
|
|
<line number="177" hits="0" branch="False" />
|
|
<line number="178" hits="0" branch="False" />
|
|
<line number="180" hits="0" branch="False" />
|
|
<line number="181" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="191" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="182" hits="0" branch="False" />
|
|
<line number="183" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="170" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="184" hits="0" branch="False" />
|
|
<line number="185" hits="0" branch="False" />
|
|
<line number="186" hits="0" branch="False" />
|
|
<line number="187" hits="0" branch="False" />
|
|
<line number="189" hits="0" branch="False" />
|
|
<line number="190" hits="0" branch="False" />
|
|
<line number="191" hits="0" branch="False" />
|
|
<line number="192" hits="0" branch="False" />
|
|
<line number="194" hits="0" branch="False" />
|
|
<line number="195" hits="0" branch="False" />
|
|
<line number="196" hits="0" branch="False" />
|
|
<line number="197" hits="0" branch="False" />
|
|
<line number="199" hits="0" branch="False" />
|
|
<line number="200" hits="0" branch="False" />
|
|
<line number="201" hits="0" branch="False" />
|
|
<line number="204" hits="0" branch="False" />
|
|
<line number="205" hits="0" branch="False" />
|
|
<line number="206" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="207" hits="0" branch="False" />
|
|
<line number="208" hits="0" branch="False" />
|
|
<line number="209" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="32" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="210" hits="0" branch="False" />
|
|
<line number="211" hits="0" branch="False" />
|
|
<line number="214" hits="0" branch="False" />
|
|
<line number="215" hits="0" branch="False" />
|
|
<line number="217" hits="0" branch="False" />
|
|
<line number="218" hits="0" branch="False" />
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="13" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.Hosting.PluginHostOptions" filename="__Libraries/StellaOps.Plugin/Hosting/PluginHostOptions.cs" line-rate="0" branch-rate="0" complexity="11">
|
|
<methods>
|
|
<method name="get_BaseDirectory" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PluginsDirectory" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PrimaryPrefix" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="27" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_AdditionalPrefixes" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="32" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_PluginOrder" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="38" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SearchPatterns" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="43" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_EnsureDirectoryExists" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="48" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_RecursiveSearch" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="53" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ResolveBaseDirectory" signature="()" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="11" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.Hosting.PluginHostResult" filename="__Libraries/StellaOps.Plugin/Hosting/PluginHostResult.cs" line-rate="0" branch-rate="1" complexity="5">
|
|
<methods>
|
|
<method name="get_PluginDirectory" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_SearchPatterns" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="21" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_Plugins" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="get_MissingOrderedPlugins" signature="()" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String,System.Collections.Generic.IReadOnlyList`1<System.String>,System.Collections.Generic.IReadOnlyList`1<StellaOps.Plugin.Hosting.PluginAssembly>,System.Collections.Generic.IReadOnlyList`1<System.String>)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="7" hits="0" branch="False" />
|
|
<line number="8" hits="0" branch="False" />
|
|
<line number="9" hits="0" branch="False" />
|
|
<line number="10" hits="0" branch="False" />
|
|
<line number="11" hits="0" branch="False" />
|
|
<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="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.Hosting.PluginLoadContext" filename="__Libraries/StellaOps.Plugin/Hosting/PluginLoadContext.cs" line-rate="0" branch-rate="0" complexity="21">
|
|
<methods>
|
|
<method name="Load" signature="(System.Reflection.AssemblyName)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="45" type="jump" coverage="0%" />
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="LoadUnmanagedDll" signature="(System.String)" line-rate="0" branch-rate="0" complexity="2">
|
|
<lines>
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsCompatible" signature="(System.Reflection.AssemblyName,System.Reflection.AssemblyName)" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="0%" />
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="153" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name=".ctor" signature="(System.String)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="False" />
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="29" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="45" type="jump" coverage="0%" />
|
|
<condition number="69" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="30" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="48" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="52" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="False" />
|
|
<line number="56" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="20" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="36" type="jump" coverage="0%" />
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="81" type="jump" coverage="0%" />
|
|
<condition number="115" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="153" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="78" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="17" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="False" />
|
|
<line number="19" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.DependencyInjection.PluginDependencyInjectionExtensions" filename="__Libraries/StellaOps.Plugin/DependencyInjection/PluginDependencyInjectionExtensions.cs" line-rate="0" branch-rate="0" complexity="16">
|
|
<methods>
|
|
<method name="RegisterPluginRoutines" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration,StellaOps.Plugin.Hosting.PluginHostOptions,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="216" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="279" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="20" hits="0" branch="False" />
|
|
<line number="21" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="7" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="27" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="47" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="33" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="241" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="39" hits="0" branch="False" />
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="216" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="146" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="49" hits="0" branch="False" />
|
|
<line number="50" hits="0" branch="False" />
|
|
<line number="51" hits="0" branch="False" />
|
|
<line number="53" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="279" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="283" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="56" hits="0" branch="False" />
|
|
<line number="57" hits="0" branch="False" />
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.DependencyInjection.PluginDependencyInjectionExtensions/<CreateRoutines>d__1" filename="__Libraries/StellaOps.Plugin/DependencyInjection/PluginDependencyInjectionExtensions.cs" line-rate="0" branch-rate="0" complexity="12">
|
|
<methods>
|
|
<method name="MoveNext" signature="()" line-rate="0" branch-rate="0" complexity="12">
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="294" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="100" type="jump" coverage="0%" />
|
|
<condition number="113" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="165" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="64" hits="0" branch="False" />
|
|
<line number="65" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="294" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="66" hits="0" branch="False" />
|
|
<line number="67" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="100" type="jump" coverage="0%" />
|
|
<condition number="113" type="jump" coverage="0%" />
|
|
<condition number="131" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="72" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="165" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="73" hits="0" branch="False" />
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="79" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="False" />
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="False" />
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="87" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="226" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="90" hits="0" branch="False" />
|
|
<line number="91" hits="0" branch="False" />
|
|
<line number="92" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.DependencyInjection.PluginServiceRegistration" filename="__Libraries/StellaOps.Plugin/DependencyInjection/PluginServiceRegistration.cs" line-rate="0" branch-rate="0" complexity="84">
|
|
<methods>
|
|
<method name="RegisterAssemblyMetadata" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Reflection.Assembly,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="18">
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="252" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
<condition number="73" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="ApplyBinding" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,StellaOps.DependencyInjection.ServiceBindingAttribute,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="16">
|
|
<lines>
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="73" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="99" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
<condition number="147" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsValidBinding" signature="(System.Type,System.Type)" line-rate="0" branch-rate="0" complexity="6">
|
|
<lines>
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="AddDescriptorIfMissing" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime,Microsoft.Extensions.Logging.ILogger)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
<condition number="106" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="143" type="jump" coverage="0%" />
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
<condition number="248" type="jump" coverage="0%" />
|
|
<condition number="277" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="RemoveExistingDescriptors" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)" line-rate="0" branch-rate="0" complexity="4">
|
|
<lines>
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
<method name="IsAssignableToGenericTypeDefinition" signature="(System.Type,System.Type)" line-rate="0" branch-rate="0" complexity="20">
|
|
<lines>
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
<condition number="130" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="160" type="jump" coverage="0%" />
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
<line number="16" hits="0" branch="False" />
|
|
<line number="18" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="252" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="19" hits="0" branch="False" />
|
|
<line number="20" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="52" type="jump" coverage="0%" />
|
|
<condition number="60" type="jump" coverage="0%" />
|
|
<condition number="73" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="21" hits="0" branch="False" />
|
|
<line number="22" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
<line number="26" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="102" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="27" hits="0" branch="False" />
|
|
<line number="28" hits="0" branch="False" />
|
|
<line number="31" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="228" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="32" hits="0" branch="False" />
|
|
<line number="34" hits="0" branch="False" />
|
|
<line number="35" hits="0" branch="False" />
|
|
<line number="36" hits="0" branch="False" />
|
|
<line number="37" hits="0" branch="False" />
|
|
<line number="38" hits="0" branch="False" />
|
|
<line number="39" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
<condition number="177" type="jump" coverage="0%" />
|
|
<condition number="196" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="40" hits="0" branch="False" />
|
|
<line number="41" hits="0" branch="False" />
|
|
<line number="42" hits="0" branch="False" />
|
|
<line number="43" hits="0" branch="False" />
|
|
<line number="44" hits="0" branch="False" />
|
|
<line number="45" hits="0" branch="False" />
|
|
<line number="46" hits="0" branch="False" />
|
|
<line number="47" hits="0" branch="False" />
|
|
<line number="54" hits="0" branch="False" />
|
|
<line number="55" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="8" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="57" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="25" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="58" hits="0" branch="False" />
|
|
<line number="59" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="29" type="jump" coverage="0%" />
|
|
<condition number="54" type="jump" coverage="0%" />
|
|
<condition number="73" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="60" hits="0" branch="False" />
|
|
<line number="61" hits="0" branch="False" />
|
|
<line number="62" hits="0" branch="False" />
|
|
<line number="63" hits="0" branch="False" />
|
|
<line number="66" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="99" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="67" hits="0" branch="False" />
|
|
<line number="68" hits="0" branch="False" />
|
|
<line number="69" hits="0" branch="False" />
|
|
<line number="71" hits="0" branch="False" />
|
|
<line number="73" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="133" type="jump" coverage="0%" />
|
|
<condition number="147" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="74" hits="0" branch="False" />
|
|
<line number="75" hits="0" branch="False" />
|
|
<line number="76" hits="0" branch="False" />
|
|
<line number="77" hits="0" branch="False" />
|
|
<line number="80" hits="0" branch="False" />
|
|
<line number="81" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="9" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="82" hits="0" branch="False" />
|
|
<line number="83" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="18" type="jump" coverage="0%" />
|
|
<condition number="26" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="84" hits="0" branch="False" />
|
|
<line number="85" hits="0" branch="False" />
|
|
<line number="88" hits="0" branch="False" />
|
|
<line number="89" hits="0" branch="False" />
|
|
<line number="97" hits="0" branch="False" />
|
|
<line number="98" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="41" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="99" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="17" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="100" hits="0" branch="False" />
|
|
<line number="101" hits="0" branch="False" />
|
|
<line number="102" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="46" type="jump" coverage="0%" />
|
|
<condition number="77" type="jump" coverage="0%" />
|
|
<condition number="106" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="103" hits="0" branch="False" />
|
|
<line number="104" hits="0" branch="False" />
|
|
<line number="105" hits="0" branch="False" />
|
|
<line number="106" hits="0" branch="False" />
|
|
<line number="110" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="143" type="jump" coverage="0%" />
|
|
<condition number="161" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="111" hits="0" branch="False" />
|
|
<line number="112" hits="0" branch="False" />
|
|
<line number="113" hits="0" branch="False" />
|
|
<line number="115" hits="0" branch="False" />
|
|
<line number="116" hits="0" branch="False" />
|
|
<line number="117" hits="0" branch="False" />
|
|
<line number="119" hits="0" branch="False" />
|
|
<line number="120" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="217" type="jump" coverage="0%" />
|
|
<condition number="248" type="jump" coverage="0%" />
|
|
<condition number="277" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="121" hits="0" branch="False" />
|
|
<line number="122" hits="0" branch="False" />
|
|
<line number="123" hits="0" branch="False" />
|
|
<line number="124" hits="0" branch="False" />
|
|
<line number="125" hits="0" branch="False" />
|
|
<line number="128" hits="0" branch="False" />
|
|
<line number="129" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="59" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="130" hits="0" branch="False" />
|
|
<line number="131" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="132" hits="0" branch="False" />
|
|
<line number="133" hits="0" branch="False" />
|
|
<line number="134" hits="0" branch="False" />
|
|
<line number="135" hits="0" branch="False" />
|
|
<line number="136" hits="0" branch="False" />
|
|
<line number="139" hits="0" branch="False" />
|
|
<line number="140" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="12" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="141" hits="0" branch="False" />
|
|
<line number="142" hits="0" branch="False" />
|
|
<line number="145" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="33" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="146" hits="0" branch="False" />
|
|
<line number="147" hits="0" branch="False" />
|
|
<line number="150" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="49" type="jump" coverage="0%" />
|
|
<condition number="70" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="151" hits="0" branch="False" />
|
|
<line number="152" hits="0" branch="False" />
|
|
<line number="155" hits="0" branch="False" />
|
|
<line number="156" hits="0" branch="True" condition-coverage="0% (0/2)">
|
|
<conditions>
|
|
<condition number="150" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="157" hits="0" branch="False" />
|
|
<line number="158" hits="0" branch="True" condition-coverage="0% (0/4)">
|
|
<conditions>
|
|
<condition number="108" type="jump" coverage="0%" />
|
|
<condition number="130" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="159" hits="0" branch="False" />
|
|
<line number="160" hits="0" branch="False" />
|
|
<line number="162" hits="0" branch="False" />
|
|
<line number="164" hits="0" branch="False" />
|
|
<line number="165" hits="0" branch="True" condition-coverage="0% (0/6)">
|
|
<conditions>
|
|
<condition number="160" type="jump" coverage="0%" />
|
|
<condition number="168" type="jump" coverage="0%" />
|
|
<condition number="171" type="jump" coverage="0%" />
|
|
</conditions>
|
|
</line>
|
|
<line number="166" hits="0" branch="False" />
|
|
<line number="167" hits="0" branch="False" />
|
|
<line number="168" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.DependencyInjection.StellaOpsPluginRegistration" filename="__Libraries/StellaOps.Plugin/DependencyInjection/StellaOpsPluginRegistration.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="RegisterStellaOpsPlugin" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="12" hits="0" branch="False" />
|
|
<line number="14" hits="0" branch="False" />
|
|
<line number="15" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
<class name="StellaOps.Plugin.DependencyInjection.DependencyInjectionRoutine" filename="__Libraries/StellaOps.Plugin/DependencyInjection/StellaOpsPluginRegistration.cs" line-rate="0" branch-rate="1" complexity="1">
|
|
<methods>
|
|
<method name="Register" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration)" line-rate="0" branch-rate="1" complexity="1">
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</method>
|
|
</methods>
|
|
<lines>
|
|
<line number="23" hits="0" branch="False" />
|
|
<line number="24" hits="0" branch="False" />
|
|
<line number="25" hits="0" branch="False" />
|
|
</lines>
|
|
</class>
|
|
</classes>
|
|
</package>
|
|
</packages>
|
|
</coverage> |