Clock/ExcludeFromCodeCoverageAttribute.cs (8 lines of code) (raw):

namespace Clock { using System; [AttributeUsage(AttributeTargets.Class)] public class ExcludeFromCodeCoverageAttribute: Attribute { } }