< Summary

Class:MUNity.Schema.ListOfSpeakers.AddSpeakerSeconds
Assembly:MUNity.Schema
File(s):C:\Users\aeuke\source\repos\PeerConradi\munity\src\MUNitySchema\Schema\ListOfSpeakers\AddSpeakerSeconds.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_Seconds()100%10%

File(s)

C:\Users\aeuke\source\repos\PeerConradi\munity\src\MUNitySchema\Schema\ListOfSpeakers\AddSpeakerSeconds.cs

#LineLine coverage
 1using System;
 2using System.Collections.Generic;
 3using System.Text;
 4
 5namespace MUNity.Schema.ListOfSpeakers
 6{
 7    public class AddSpeakerSeconds : ListOfSpeakersRequest
 8    {
 09        public int Seconds { get; set; }
 10    }
 11}

Methods/Properties

get_Seconds()