< Summary

Class:FavoritePlacesPlugin
Assembly:ExploreV2
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/ExploreV2/Scripts/Sections/PlacesAndEventsSection/SubSections/PlacesSubSection/FavoritesSubSection/FavoritePlacesPlugin.cs
Covered lines:0
Uncovered lines:4
Coverable lines:4
Total lines:15
Line coverage:0% (0 of 4)
Covered branches:0
Total branches:0

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
FavoritePlacesPlugin()0%2100%
Dispose()0%2100%

File(s)

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

#LineLine coverage
 1using DCL;
 2
 3public class FavoritePlacesPlugin : IPlugin
 4{
 5
 06    public FavoritePlacesPlugin()
 7    {
 08        DataStore.i.HUDs.enableFavoritePlaces.Set(true);
 09    }
 10
 11    public void Dispose()
 12    {
 13
 014    }
 15}

Methods/Properties

FavoritePlacesPlugin()
Dispose()