Class: | PlacesSubSectionComponentView |
---|---|
Assembly: | ExploreV2 |
File(s): | /tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/ExploreV2/Scripts/Sections/PlacesAndEventsSection/SubSections/PlacesSubSectionComponentView.cs |
Covered lines: | 1 |
Uncovered lines: | 1 |
Coverable lines: | 2 |
Total lines: | 8 |
Line coverage: | 50% (1 of 2) |
Covered branches: | 0 |
Total branches: | 0 |
Method | Branch coverage | Crap Score | Cyclomatic complexity | NPath complexity | Sequence coverage |
---|---|---|---|---|---|
PostInitialization() | 0% | 1 | 1 | 0 | 100% |
RefreshControl() | 0% | 2 | 1 | 0 | 0% |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | // TBD... | |||
2 |
| |||
3 | public class PlacesSubSectionComponentView : BaseComponentView | |||
4 | { | |||
3 | 5 | public override void PostInitialization() { } | ||
6 |
| |||
0 | 7 | public override void RefreshControl() { } | ||
8 | } |