< Summary

Information
Class: OffRouteMap.Properties.Settings
Assembly: OffRouteMap
File(s): D:\a\OffRouteMap\OffRouteMap\Properties\Settings.Designer.cs
Tag: 5_18712131505
Line coverage
34%
Covered lines: 8
Uncovered lines: 15
Coverable lines: 23
Total lines: 110
Line coverage: 34.7%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity Line coverage
.cctor()100%11100%
get_Default()100%11100%
get_isDark()100%210%
set_isDark(...)100%210%
get_guiSize()100%11100%
set_guiSize(...)100%210%
get_lastZoom()100%11100%
set_lastZoom(...)100%210%
get_lastLatitude()100%11100%
set_lastLatitude(...)100%210%
get_lastLongitude()100%11100%
set_lastLongitude(...)100%210%
get_lastMap()100%11100%
set_lastMap(...)100%210%
get_cacheRoot()100%11100%
set_cacheRoot(...)100%210%

File(s)

D:\a\OffRouteMap\OffRouteMap\Properties\Settings.Designer.cs

#LineLine coverage
 1//------------------------------------------------------------------------------
 2// <auto-generated>
 3//     This code was generated by a tool.
 4//     Runtime Version:4.0.30319.42000
 5//
 6//     Changes to this file may cause incorrect behavior and will be lost if
 7//     the code is regenerated.
 8// </auto-generated>
 9//------------------------------------------------------------------------------
 10
 11namespace OffRouteMap.Properties {
 12
 13
 14    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
 15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSin
 16    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
 17
 218        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synch
 19
 20        public static Settings Default {
 21            get {
 2422                return defaultInstance;
 23            }
 24        }
 25
 26        [global::System.Configuration.UserScopedSettingAttribute()]
 27        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 28        [global::System.Configuration.DefaultSettingValueAttribute("False")]
 29        public bool isDark {
 30            get {
 031                return ((bool)(this["isDark"]));
 32            }
 33            set {
 034                this["isDark"] = value;
 035            }
 36        }
 37
 38        [global::System.Configuration.UserScopedSettingAttribute()]
 39        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 40        [global::System.Configuration.DefaultSettingValueAttribute("1")]
 41        public double guiSize {
 42            get {
 443                return ((double)(this["guiSize"]));
 44            }
 45            set {
 046                this["guiSize"] = value;
 047            }
 48        }
 49
 50        [global::System.Configuration.UserScopedSettingAttribute()]
 51        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 52        [global::System.Configuration.DefaultSettingValueAttribute("2")]
 53        public int lastZoom {
 54            get {
 455                return ((int)(this["lastZoom"]));
 56            }
 57            set {
 058                this["lastZoom"] = value;
 059            }
 60        }
 61
 62        [global::System.Configuration.UserScopedSettingAttribute()]
 63        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 64        [global::System.Configuration.DefaultSettingValueAttribute("52")]
 65        public double lastLatitude {
 66            get {
 467                return ((double)(this["lastLatitude"]));
 68            }
 69            set {
 070                this["lastLatitude"] = value;
 071            }
 72        }
 73
 74        [global::System.Configuration.UserScopedSettingAttribute()]
 75        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 76        [global::System.Configuration.DefaultSettingValueAttribute("14")]
 77        public double lastLongitude {
 78            get {
 479                return ((double)(this["lastLongitude"]));
 80            }
 81            set {
 082                this["lastLongitude"] = value;
 083            }
 84        }
 85
 86        [global::System.Configuration.UserScopedSettingAttribute()]
 87        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 88        [global::System.Configuration.DefaultSettingValueAttribute("OSM")]
 89        public string lastMap {
 90            get {
 491                return ((string)(this["lastMap"]));
 92            }
 93            set {
 094                this["lastMap"] = value;
 095            }
 96        }
 97
 98        [global::System.Configuration.UserScopedSettingAttribute()]
 99        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 100        [global::System.Configuration.DefaultSettingValueAttribute("")]
 101        public string cacheRoot {
 102            get {
 4103                return ((string)(this["cacheRoot"]));
 104            }
 105            set {
 0106                this["cacheRoot"] = value;
 0107            }
 108        }
 109    }
 110}