< Summary

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

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
PostInitialization()0%110100%
RefreshControl()0%2100%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/ExploreV2/Scripts/Sections/PlacesAndEventsSection/SubSections/PlacesSubSectionComponentView.cs

#LineLine coverage
 1// TBD...
 2
 3public class PlacesSubSectionComponentView : BaseComponentView
 4{
 35    public override void PostInitialization() { }
 6
 07    public override void RefreshControl() { }
 8}