1 | package com.fwmotion.threescale.cms.model; | |
2 | ||
3 | public interface CmsBuiltinTemplate extends CmsTemplate { | |
4 | ||
5 | @Override | |
6 | default boolean isBuiltin() { | |
7 |
1
1. isBuiltin : replaced boolean return with false for com/fwmotion/threescale/cms/model/CmsBuiltinTemplate::isBuiltin → NO_COVERAGE |
return true; |
8 | } | |
9 | ||
10 | } | |
Mutations | ||
7 |
1.1 |