< Summary

Class:SeungYongShim.Akka.OpenTelemetry.ActivitySourceStatic
Assembly:SeungYongShim.Akka.OpenTelemetry
File(s):/home/runner/work/SeungYongShim.Akka/SeungYongShim.Akka/src/SeungYongShim.Akka.OpenTelemetry/ActivitySourceStatic.cs
Covered lines:1
Uncovered lines:0
Coverable lines:1
Total lines:9
Line coverage:100% (1 of 1)
Covered branches:0
Total branches:0
Tag:81_945672945

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
.cctor()0%110100%

File(s)

/home/runner/work/SeungYongShim.Akka/SeungYongShim.Akka/src/SeungYongShim.Akka.OpenTelemetry/ActivitySourceStatic.cs

#LineLine coverage
 1using System.Diagnostics;
 2
 3namespace SeungYongShim.Akka.OpenTelemetry
 4{
 5    public static class ActivitySourceStatic
 6    {
 27        public static ActivitySource Instance { get; } = new ActivitySource("SeungYongShim.Akka.OpenTelemetry");
 8    }
 9}

Methods/Properties

.cctor()