< Summary

Class:MUNity.Schema.Simulation.ApplyPetitionTemplate
Assembly:MUNity.Schema
File(s):C:\Users\aeuke\source\repos\PeerConradi\munity\src\MUNitySchema\Schema\Simulation\Petition\ApplyPetitionTemplate.cs
Covered lines:0
Uncovered lines:1
Coverable lines:1
Total lines:11
Line coverage:0% (0 of 1)
Covered branches:0
Total branches:0
Covered methods:0
Total methods:1
Method coverage:0% (0 of 1)

Metrics

MethodBranch coverage Cyclomatic complexity Line coverage
get_Name()100%10%

File(s)

C:\Users\aeuke\source\repos\PeerConradi\munity\src\MUNitySchema\Schema\Simulation\Petition\ApplyPetitionTemplate.cs

#LineLine coverage
 1using System;
 2using System.Collections.Generic;
 3using System.Text;
 4
 5namespace MUNity.Schema.Simulation
 6{
 7    public class ApplyPetitionTemplate : SimulationRequest
 8    {
 09        public string Name { get; set; }
 10    }
 11}

Methods/Properties

get_Name()